diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-09-09 06:41:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-09-09 06:41:19 +0000 |
commit | 73b2555da2d98f8ef898b9e15b272a8dc5038def (patch) | |
tree | 703826756f6dc10c221e6943e0533ca164ff11cc /target/linux/adm5120/patches-2.6.22 | |
parent | af21798b77591445c9f728819f7cdc36d3f64c0b (diff) | |
download | upstream-73b2555da2d98f8ef898b9e15b272a8dc5038def.tar.gz upstream-73b2555da2d98f8ef898b9e15b272a8dc5038def.tar.bz2 upstream-73b2555da2d98f8ef898b9e15b272a8dc5038def.zip |
cleanup PCI code
SVN-Revision: 8700
Diffstat (limited to 'target/linux/adm5120/patches-2.6.22')
-rw-r--r-- | target/linux/adm5120/patches-2.6.22/007-adm5120_pci.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120/patches-2.6.22/007-adm5120_pci.patch b/target/linux/adm5120/patches-2.6.22/007-adm5120_pci.patch index 71b97ed126..79a5a6910a 100644 --- a/target/linux/adm5120/patches-2.6.22/007-adm5120_pci.patch +++ b/target/linux/adm5120/patches-2.6.22/007-adm5120_pci.patch @@ -6,7 +6,7 @@ Index: linux-2.6.22.1/arch/mips/pci/Makefile obj-$(CONFIG_VICTOR_MPC30X) += fixup-mpc30x.o obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capcella.o obj-$(CONFIG_WR_PPMC) += fixup-wrppmc.o -+obj-$(CONFIG_PCI_ADM5120) += fixup-adm5120.o ops-adm5120.o pci-adm5120.o ++obj-$(CONFIG_PCI_ADM5120) += pci-adm5120.o Index: linux-2.6.22.1/include/linux/pci_ids.h =================================================================== --- linux-2.6.22.1.orig/include/linux/pci_ids.h |