the following patch was just integrated into master: commit 9a10b32aa8198865e9eb1dd680aea448068d673d Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Sun Mar 30 22:28:26 2014 +1100
amd/agesa/s3_resume: Make compiler agnostic.
Clang does not like inline functions defined in C files with prototypes in headers. Rather Clang expects inline function bodies to be in headers if they are to be used out of scope. Since inline is purely advisory to the compiler, drop its usage here.
Change-Id: I08a7a3d2cdf841ffbab10c017c75917768aac209 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com
See http://review.coreboot.org/5429 for details.
-gerrit