From 7e07eef26e1fa257e28e9419b13fc9ddd76fed7f Mon Sep 17 00:00:00 2001 From: hauke Date: Sat, 26 Dec 2009 00:09:00 +0000 Subject: [amazon] work on pci. This is from ticket #6374 Michael Richter thanks for your patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18933 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/amazon/patches-2.6.30/230-fix_pci.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 target/linux/amazon/patches-2.6.30/230-fix_pci.patch (limited to 'target/linux/amazon/patches-2.6.30') 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 84d88dd92..000000000 --- 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; - -- cgit v1.2.3