diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2009-12-26 00:09:00 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2009-12-26 00:09:00 +0000 |
commit | 371e7aa5210d6b18e4eb9c7ebc5e2b63690db07a (patch) | |
tree | 54a3b4076fa02db304649f5240d41a42279f655e /target/linux/amazon/patches-2.6.30 | |
parent | eb15b88af2269dc7a72b1d8c3f49538a8d2286c1 (diff) | |
download | upstream-371e7aa5210d6b18e4eb9c7ebc5e2b63690db07a.tar.gz upstream-371e7aa5210d6b18e4eb9c7ebc5e2b63690db07a.tar.bz2 upstream-371e7aa5210d6b18e4eb9c7ebc5e2b63690db07a.zip |
work on pci.
This is from ticket #6374
Michael Richter thanks for your patch.
SVN-Revision: 18933
Diffstat (limited to 'target/linux/amazon/patches-2.6.30')
-rw-r--r-- | target/linux/amazon/patches-2.6.30/230-fix_pci.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/amazon/patches-2.6.30/230-fix_pci.patch b/target/linux/amazon/patches-2.6.30/230-fix_pci.patch deleted file mode 100644 index 84d88dd92c..0000000000 --- a/target/linux/amazon/patches-2.6.30/230-fix_pci.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/arch/mips/amazon/pci.c -+++ b/arch/mips/amazon/pci.c -@@ -182,7 +182,7 @@ static struct pci_controller amazon_pci_ - .io_resource = &pci_io_resource - }; - --int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin) -+int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) - { - switch (slot) { - case 13: -@@ -240,7 +240,7 @@ int pcibios_plat_dev_init(struct pci_dev - return 0; - } - --int amazon_pci_init(void) -+int __init amazon_pci_init(void) - { - u32 temp_buffer; - |