From a11e6e7e76f9931eb9d6908ba440d96724d7822d Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 5 Oct 2009 09:06:16 +0000 Subject: ramips: remove unneccesary ifdefs from the rt288x pci code git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17862 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/files/arch/mips/pci/pci-rt288x.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target/linux/ramips/files/arch/mips/pci/pci-rt288x.c') diff --git a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c index 891a9f8f0..6bf4f4f48 100644 --- a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c +++ b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c @@ -6,8 +6,6 @@ #include #include -#ifdef CONFIG_PCI - extern int pci_config_read(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); extern int pci_config_write(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val); @@ -126,5 +124,3 @@ struct pci_fixup pcibios_fixups[] = { }; arch_initcall(init_rt2880pci); - -#endif -- cgit v1.2.3