From 208948787ec767dcdd2443a89f312bfba00ea2cc Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 14 Dec 2006 14:54:00 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2526 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/intel/i82801dbm/i82801dbm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/southbridge/intel/i82801dbm/i82801dbm.c b/src/southbridge/intel/i82801dbm/i82801dbm.c index 5b55bd92f6..160b897dc2 100644 --- a/src/southbridge/intel/i82801dbm/i82801dbm.c +++ b/src/southbridge/intel/i82801dbm/i82801dbm.c @@ -59,7 +59,7 @@ void i82801dbm_enable(device_t dev) } } -struct chip_operations southbridge_intel_i82801dbm_control = { +struct chip_operations southbridge_intel_i82801dbm_ops = { CHIP_NAME("Intel 82801DBM Southbridge") .enable_dev = i82801dbm_enable, }; -- cgit v1.2.3