diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-07 11:37:10 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-07 11:37:10 +0000 |
commit | d5f23286fd8b8c51becd6dc396a740f602f4dadf (patch) | |
tree | 87daffdfc2a7f5ffd3c9489ca408e610149323d3 /target | |
parent | 1493a33c1bb34526dbcd975f2112af3af9580ff9 (diff) |
ramips: remove obsolete 'pcibios_fixups' from the rt288x pci code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17974 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/files/arch/mips/pci/pci-rt288x.c | 4 |
1 files changed, 0 insertions, 4 deletions
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 14b7d42ba..4360e6365 100644 --- a/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c +++ b/target/linux/ramips/files/arch/mips/pci/pci-rt288x.c @@ -252,8 +252,4 @@ int pcibios_plat_dev_init(struct pci_dev *dev) return 0; } -struct pci_fixup pcibios_fixups[] = { - {0} -}; - arch_initcall(rt2880_pci_init); |