From 5e1a8d10ba8a64e5bcf230323a314bf273794f62 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 23 Oct 2009 19:33:52 +0000 Subject: drop a lot of dead code, including an old winbond southbridge from our removed ppc port, some ambiguous use of CONFIG_IDE and an unused ide driver (we dropped the filesystems already to be used with it) (somewhat trivial) Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4828 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/ppc/ppc4xx/pci_bridge.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/ppc/ppc4xx/pci_bridge.c') diff --git a/src/cpu/ppc/ppc4xx/pci_bridge.c b/src/cpu/ppc/ppc4xx/pci_bridge.c index 26f608d144..5c945c28eb 100755 --- a/src/cpu/ppc/ppc4xx/pci_bridge.c +++ b/src/cpu/ppc/ppc4xx/pci_bridge.c @@ -27,7 +27,6 @@ struct device_operations pci_bridge_ops = { }; struct pci_driver pci_bridge_pci_driver __pci_driver = { - /* w83c553f */ .ops = &pci_bridge_ops, .device = PCI_DEVICE_ID_IBM_405GP, .vendor = PCI_VENDOR_ID_IBM, -- cgit v1.2.3