diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:50:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-09-19 23:50:02 +0000 |
commit | c9139c150cd5778acce108d44af8c214ce1628db (patch) | |
tree | 3a32b50d51e9d2a2ac60ea78757b0dcfc8b0c6db /target/linux/cns3xxx/patches-3.3/107-cns3xxx_pcie-section-mismatch-fixes.patch | |
parent | 7cd4968d0efaa0a7ac739c4ec8b7498840b309de (diff) | |
download | upstream-c9139c150cd5778acce108d44af8c214ce1628db.tar.gz upstream-c9139c150cd5778acce108d44af8c214ce1628db.tar.bz2 upstream-c9139c150cd5778acce108d44af8c214ce1628db.zip |
cns3xxx: reorganize patches, fix pcie io space init order
SVN-Revision: 33486
Diffstat (limited to 'target/linux/cns3xxx/patches-3.3/107-cns3xxx_pcie-section-mismatch-fixes.patch')
-rw-r--r-- | target/linux/cns3xxx/patches-3.3/107-cns3xxx_pcie-section-mismatch-fixes.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/107-cns3xxx_pcie-section-mismatch-fixes.patch b/target/linux/cns3xxx/patches-3.3/107-cns3xxx_pcie-section-mismatch-fixes.patch index d9095c79f8..6d6385a477 100644 --- a/target/linux/cns3xxx/patches-3.3/107-cns3xxx_pcie-section-mismatch-fixes.patch +++ b/target/linux/cns3xxx/patches-3.3/107-cns3xxx_pcie-section-mismatch-fixes.patch @@ -15,12 +15,3 @@ { return pci_scan_root_bus(NULL, sys->busnr, &cns3xxx_pcie_ops, sys, &sys->resources); -@@ -365,7 +365,7 @@ static int cns3xxx_pcie_abort_handler(un - return 0; - } - --int cns3xxx_pcie_init(u8 bitmap) -+int __init cns3xxx_pcie_init(u8 bitmap) - { - int i; - |