[coreboot] r815 - coreboot-v3/southbridge/nvidia/mcp55

svn at coreboot.org svn at coreboot.org
Sun Aug 24 19:10:25 CEST 2008


Author: hailfinger
Date: 2008-08-24 19:10:25 +0200 (Sun, 24 Aug 2008)
New Revision: 815

Modified:
   coreboot-v3/southbridge/nvidia/mcp55/mcp55_smbus.h
Log:
Missing include.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>


Modified: coreboot-v3/southbridge/nvidia/mcp55/mcp55_smbus.h
===================================================================
--- coreboot-v3/southbridge/nvidia/mcp55/mcp55_smbus.h	2008-08-24 11:31:19 UTC (rev 814)
+++ coreboot-v3/southbridge/nvidia/mcp55/mcp55_smbus.h	2008-08-24 17:10:25 UTC (rev 815)
@@ -23,6 +23,7 @@
 
 #include <device/smbus_def.h>
 #include <shared.h> /* We share symbols from stage 0 */
+#include <lib.h>
 
 
 #define SMBHSTSTAT	0x1





More information about the coreboot mailing list