Author: rminnich Date: 2008-09-17 18:29:02 +0200 (Wed, 17 Sep 2008) New Revision: 864
Modified: coreboot-v3/southbridge/amd/cs5536/smbus_initram.c Log: EMERGENCY patch for a stupid typo. This code won't compile without these includes. Signed-off-by: Ronald G. Minnich <[EMAIL PROTECTED]> Acked-by: Ronald G. Minnich <[EMAIL PROTECTED]> Modified: coreboot-v3/southbridge/amd/cs5536/smbus_initram.c =================================================================== --- coreboot-v3/southbridge/amd/cs5536/smbus_initram.c 2008-09-17 02:19:59 UTC (rev 863) +++ coreboot-v3/southbridge/amd/cs5536/smbus_initram.c 2008-09-17 16:29:02 UTC (rev 864) @@ -19,7 +19,9 @@ #include <types.h> #include <console.h> +#include <globalvars.h> #include <io.h> +#include <cpu.h> #include "cs5536.h" #define SMBUS_ERROR -1 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

