Drop empty mainboard_ops
Change-Id: I24866142eebcb8fdbc7e21f5b2f364a8d1b264b3 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/1932 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
e773c92ef4
commit
897aeeba4b
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -24,5 +24,3 @@
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,6 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -22,5 +22,3 @@
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -22,5 +22,3 @@
|
||||||
#include <device/pci.h>
|
#include <device/pci.h>
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -58,5 +58,3 @@ u32 vt8237_ide_80pin_detect(struct device *dev)
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -22,5 +22,3 @@
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <southbridge/via/k8t890/k8t890.h>
|
#include <southbridge/via/k8t890/k8t890.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -54,5 +54,3 @@ u32 vt8237_ide_80pin_detect(struct device *dev)
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -19,6 +19,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -70,6 +70,3 @@ static const struct pci_driver vga_driver __pci_driver = {
|
||||||
.device = 0x00b8,
|
.device = 0x00b8,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -25,5 +25,3 @@
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -23,5 +23,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -28,5 +28,3 @@
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -28,5 +28,3 @@
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -25,5 +25,3 @@
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -25,5 +25,3 @@
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
#include <arch/io.h>
|
#include <arch/io.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -19,5 +19,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,6 +20,3 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
#include <console/console.h>
|
#include <console/console.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,6 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -25,5 +25,3 @@
|
||||||
#include <device/pci_ids.h>
|
#include <device/pci_ids.h>
|
||||||
#include <device/pci_ops.h>
|
#include <device/pci_ops.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,6 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -20,5 +20,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -22,5 +22,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,2 @@
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
|
@ -21,5 +21,3 @@
|
||||||
|
|
||||||
#include <device/device.h>
|
#include <device/device.h>
|
||||||
|
|
||||||
struct chip_operations mainboard_ops = {
|
|
||||||
};
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue