aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/iop32x/patches-3.3/003-plat-iop-fix-section-mismatch.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-28 10:44:55 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-28 10:44:55 +0000
commitbf7383c87c3649c652ae92d6498b725b7e54f4f2 (patch)
tree856c4ebfd773d3c5a47c990f0902f88b369547e9 /target/linux/iop32x/patches-3.3/003-plat-iop-fix-section-mismatch.patch
parent6f4b14d1c716eca1cc09a72c4a7c040bc4166e51 (diff)
downloadmaster-187ad058-bf7383c87c3649c652ae92d6498b725b7e54f4f2.tar.gz
master-187ad058-bf7383c87c3649c652ae92d6498b725b7e54f4f2.tar.bz2
master-187ad058-bf7383c87c3649c652ae92d6498b725b7e54f4f2.zip
iop32x: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45082 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/iop32x/patches-3.3/003-plat-iop-fix-section-mismatch.patch')
-rw-r--r--target/linux/iop32x/patches-3.3/003-plat-iop-fix-section-mismatch.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/iop32x/patches-3.3/003-plat-iop-fix-section-mismatch.patch b/target/linux/iop32x/patches-3.3/003-plat-iop-fix-section-mismatch.patch
deleted file mode 100644
index ab8025dd9c..0000000000
--- a/target/linux/iop32x/patches-3.3/003-plat-iop-fix-section-mismatch.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/arch/arm/plat-iop/pci.c
-+++ b/arch/arm/plat-iop/pci.c
-@@ -221,7 +221,7 @@ int iop3xx_pci_setup(int nr, struct pci_
- return 1;
- }
-
--struct pci_bus *iop3xx_pci_scan_bus(int nr, struct pci_sys_data *sys)
-+struct pci_bus * __devinit iop3xx_pci_scan_bus(int nr, struct pci_sys_data *sys)
- {
- return pci_scan_root_bus(NULL, sys->busnr, &iop3xx_ops, sys,
- &sys->resources);