[LinuxBIOS] r2526 - trunk/LinuxBIOSv2/src/southbridge/intel/i82801dbm

svn at openbios.org svn at openbios.org
Thu Dec 14 15:54:06 CET 2006


Author: stepan
Date: 2006-12-14 15:54:00 +0100 (Thu, 14 Dec 2006)
New Revision: 2526

Modified:
   trunk/LinuxBIOSv2/src/southbridge/intel/i82801dbm/i82801dbm.c
Log:
In the file mainboard/intel/i82801dbm/i82801dbm.c the variable
southbridge_intel_i82801dbm_control should be named
southbridge_intel_i82801dbm_ops. Otherwise a compile error occurs if this
device is included in Config.lb of the mainboard.

Closes #62

Signed-off-by: Jon Dufresne <jon.dufresne at gmail.com>
Acked-by: Stefan Reinauer <stepan at coresystems.de>



Modified: trunk/LinuxBIOSv2/src/southbridge/intel/i82801dbm/i82801dbm.c
===================================================================
--- trunk/LinuxBIOSv2/src/southbridge/intel/i82801dbm/i82801dbm.c	2006-12-14 14:26:46 UTC (rev 2525)
+++ trunk/LinuxBIOSv2/src/southbridge/intel/i82801dbm/i82801dbm.c	2006-12-14 14:54:00 UTC (rev 2526)
@@ -59,7 +59,7 @@
 	}
 }
 
-struct chip_operations southbridge_intel_i82801dbm_control = {
+struct chip_operations southbridge_intel_i82801dbm_ops = {
 	CHIP_NAME("Intel 82801DBM Southbridge")
 	.enable_dev = i82801dbm_enable,
 };





More information about the coreboot mailing list