projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2470f7
)
ramips: remove obsolete 'pcibios_fixups' from the rt288x pci code
author
Gabor Juhos
<juhosg@openwrt.org>
Wed, 7 Oct 2009 11:37:10 +0000
(11:37 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Wed, 7 Oct 2009 11:37:10 +0000
(11:37 +0000)
SVN-Revision: 17974
target/linux/ramips/files/arch/mips/pci/pci-rt288x.c
patch
|
blob
|
history
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 14b7d42ba82a7fa7a978c4f903ade7b3a0194236..4360e63657479a864ce7d31c341c0fed14ccc2c3 100644
(file)
--- 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);