See patch.
Uwe.
On 17.05.2009 00:22, Uwe Hermann wrote:
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.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Regards, Carl-Daniel
On Sun, May 17, 2009 at 12:27:05AM +0200, Carl-Daniel Hailfinger wrote:
On 17.05.2009 00:22, Uwe Hermann wrote:
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.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Thanks, r522.
Uwe.