commit | 09e04f74c3c569427289fefd67157f2ae256d2cc | [log] [tgz] |
---|---|---|
author | Uwe Hermann <uwe@hermann-uwe.de> | Sat May 16 22:36:00 2009 +0000 |
committer | Uwe Hermann <uwe@hermann-uwe.de> | Sat May 16 22:36:00 2009 +0000 |
tree | 6b8922ccb5e653467d8815b1fda287e18eaf9211 | |
parent | 2cac6860c3f451a661d8281d25a72dd5db89f4e4 [diff] |
Eliminate all 'inline's from the flashrom code They serve pretty much no purpose, compilers can optimize pretty much all of what we might mark as inline anyway, _and_ inlines are not enforced in any way by the compiler either. They're totally unneeded. Kill them. Corresponding to flashrom svn r522. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>