diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-10-07 11:37:10 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-10-07 11:37:10 +0000 |
commit | 13be9155c5de47d1dc1f6d0597bc80b889fac7e5 (patch) | |
tree | a851351bff161c8cc23f0e76a56f40f8b87eddb7 | |
parent | f2470f7590607ae28cb921830d259a48bbf0364c (diff) | |
download | upstream-13be9155c5de47d1dc1f6d0597bc80b889fac7e5.tar.gz upstream-13be9155c5de47d1dc1f6d0597bc80b889fac7e5.tar.bz2 upstream-13be9155c5de47d1dc1f6d0597bc80b889fac7e5.zip |
ramips: remove obsolete 'pcibios_fixups' from the rt288x pci code
SVN-Revision: 17974
-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 14b7d42ba8..4360e63657 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); |