diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/iop32x/patches-3.3/.svn/text-base/003-plat-iop-fix-section-mismatch.patch.svn-base | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/iop32x/patches-3.3/.svn/text-base/003-plat-iop-fix-section-mismatch.patch.svn-base')
-rw-r--r-- | target/linux/iop32x/patches-3.3/.svn/text-base/003-plat-iop-fix-section-mismatch.patch.svn-base | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/iop32x/patches-3.3/.svn/text-base/003-plat-iop-fix-section-mismatch.patch.svn-base b/target/linux/iop32x/patches-3.3/.svn/text-base/003-plat-iop-fix-section-mismatch.patch.svn-base new file mode 100644 index 0000000..ab8025d --- /dev/null +++ b/target/linux/iop32x/patches-3.3/.svn/text-base/003-plat-iop-fix-section-mismatch.patch.svn-base @@ -0,0 +1,11 @@ +--- 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); |