aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.33/601-mips-remove-pci-collision-check.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2010-07-19 20:07:24 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2010-07-19 20:07:24 +0000
commit0799e77a8b44009bb6fc34a314bcbf8c970ad47a (patch)
tree7b30087889876498529dd68e6f69634329a31c2b /target/linux/brcm47xx/patches-2.6.33/601-mips-remove-pci-collision-check.patch
parentd82495ee60b78b22dcb2d679e8f90ae898adbda3 (diff)
downloadupstream-0799e77a8b44009bb6fc34a314bcbf8c970ad47a.tar.gz
upstream-0799e77a8b44009bb6fc34a314bcbf8c970ad47a.tar.bz2
upstream-0799e77a8b44009bb6fc34a314bcbf8c970ad47a.zip
brcm47xx: remove kernel 2.6.33
SVN-Revision: 22295
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.33/601-mips-remove-pci-collision-check.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.33/601-mips-remove-pci-collision-check.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.33/601-mips-remove-pci-collision-check.patch b/target/linux/brcm47xx/patches-2.6.33/601-mips-remove-pci-collision-check.patch
deleted file mode 100644
index 7860ca0dd8..0000000000
--- a/target/linux/brcm47xx/patches-2.6.33/601-mips-remove-pci-collision-check.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/arch/mips/pci/pci.c
-+++ b/arch/mips/pci/pci.c
-@@ -185,12 +185,10 @@ static int pcibios_enable_resources(stru
- if ((idx == PCI_ROM_RESOURCE) &&
- (!(r->flags & IORESOURCE_ROM_ENABLE)))
- continue;
-- if (!r->start && r->end) {
-- printk(KERN_ERR "PCI: Device %s not available "
-- "because of resource collisions\n",
-+ if (!r->start && r->end)
-+ printk(KERN_WARNING "PCI: Device %s resource"
-+ "collisions detected. Ignoring...\n",
- pci_name(dev));
-- return -EINVAL;
-- }
- if (r->flags & IORESOURCE_IO)
- cmd |= PCI_COMMAND_IO;
- if (r->flags & IORESOURCE_MEM)