- First stab at running linuxbios without the old static device tree.
[coreboot.git] / src / southbridge / amd / amd8111 / amd8111.c
index 2c5d1e80fec3286d82e5b5c4111dc8241356146c..afb02f1fecd0d8215ed9c98887559418e0738dc3 100644 (file)
@@ -2,7 +2,6 @@
 #include <device/device.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>
-#include <device/chip.h>
 #include "amd8111.h"
 
 void amd8111_enable(device_t dev)
@@ -62,7 +61,7 @@ void amd8111_enable(device_t dev)
        
 }
 
-struct chip_control southbridge_amd_amd8111_control = {
+struct chip_operations southbridge_amd_amd8111_ops = {
        .name       = "AMD 8111 Southbridge",
        .enable_dev = amd8111_enable,
 };