On Feb 15, 2008 3:41 PM, Corey Osgood corey.osgood@gmail.com wrote:
--- southbridge/intel/i82371eb/i82371eb.c (revision 600) +++ southbridge/intel/i82371eb/i82371eb.c (working copy) @@ -83,7 +83,9 @@ }
/* You can override or extend each operation as needed for the device. */ -static struct device_operations i82371eb_isa_ops_dev = { +struct device_operations i82371eb_isa = {
- .id = {.type = DEVICE_ID_PCI,
.u = {.pci = {.vendor = 0x8086,.device = 0x7000}}},
because it has to be visible in statictree.c. Before, the constructor struct was visible, but that is gone. So these are visible instead.
ron