diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 10:45:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 10:45:25 +0000 |
commit | e66a368bd1c068d50e24bd906cfc6ef7009f7580 (patch) | |
tree | 62821cf6f2450be73a617420cf7e4b46f2641232 /target/linux/brcm47xx/patches-2.6.32/930-bcm47xx-pci-iomem.patch | |
parent | 797967480c2ec11fb788972de03cb35f076f95eb (diff) | |
download | upstream-e66a368bd1c068d50e24bd906cfc6ef7009f7580.tar.gz upstream-e66a368bd1c068d50e24bd906cfc6ef7009f7580.tar.bz2 upstream-e66a368bd1c068d50e24bd906cfc6ef7009f7580.zip |
kernel: update to 2.6.32.10
SVN-Revision: 20444
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.32/930-bcm47xx-pci-iomem.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.32/930-bcm47xx-pci-iomem.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.32/930-bcm47xx-pci-iomem.patch b/target/linux/brcm47xx/patches-2.6.32/930-bcm47xx-pci-iomem.patch index 1ceccb5c60..4f47a3c52d 100644 --- a/target/linux/brcm47xx/patches-2.6.32/930-bcm47xx-pci-iomem.patch +++ b/target/linux/brcm47xx/patches-2.6.32/930-bcm47xx-pci-iomem.patch @@ -1,8 +1,6 @@ -Index: linux-2.6.33/drivers/ssb/driver_pcicore.c -=================================================================== ---- linux-2.6.33.orig/drivers/ssb/driver_pcicore.c 2010-03-15 14:52:55.000000000 +0100 -+++ linux-2.6.33/drivers/ssb/driver_pcicore.c 2010-03-15 15:57:38.000000000 +0100 -@@ -246,20 +246,12 @@ +--- a/drivers/ssb/driver_pcicore.c ++++ b/drivers/ssb/driver_pcicore.c +@@ -246,20 +246,12 @@ static struct pci_controller ssb_pcicore .pci_ops = &ssb_pcicore_pciops, .io_resource = &ssb_pcicore_io_resource, .mem_resource = &ssb_pcicore_mem_resource, @@ -23,7 +21,7 @@ Index: linux-2.6.33/drivers/ssb/driver_pcicore.c if (d->bus->ops != &ssb_pcicore_pciops) { /* This is not a device on the PCI-core bridge. */ return -ENODEV; -@@ -268,27 +260,6 @@ +@@ -268,27 +260,6 @@ int ssb_pcicore_plat_dev_init(struct pci ssb_printk(KERN_INFO "PCI: Fixing up device %s\n", pci_name(d)); |