summaryrefslogtreecommitdiff
path: root/target/linux/ifxmips/patches/320-tapi_hack.patch
diff options
context:
space:
mode:
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 14:35:36 +0000
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-01 14:35:36 +0000
commit19dd812e30738975cdcae52e47bfefb741a93d8d (patch)
tree01eb0ccf485a6841881c9eebf29f636382facdc6 /target/linux/ifxmips/patches/320-tapi_hack.patch
parentedd6adae2e68d79c8df7be3dd886f18893f27dc3 (diff)
[ifxmips]
* drop codebase in favour of lantiq target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25277 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips/patches/320-tapi_hack.patch')
-rw-r--r--target/linux/ifxmips/patches/320-tapi_hack.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/ifxmips/patches/320-tapi_hack.patch b/target/linux/ifxmips/patches/320-tapi_hack.patch
deleted file mode 100644
index aaf5a145d3..0000000000
--- a/target/linux/ifxmips/patches/320-tapi_hack.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Index: linux-2.6.35.7/kernel/irq/chip.c
-===================================================================
---- linux-2.6.35.7.orig/kernel/irq/chip.c 2010-10-15 18:40:33.000000000 +0200
-+++ linux-2.6.35.7/kernel/irq/chip.c 2010-10-15 18:44:19.000000000 +0200
-@@ -723,6 +723,7 @@
- set_irq_chip(irq, chip);
- __set_irq_handler(irq, handle, 0, NULL);
- }
-+EXPORT_SYMBOL_GPL(set_irq_chip_and_handler);
-
- void
- set_irq_chip_and_handler_name(unsigned int irq, struct irq_chip *chip,
-Index: linux-2.6.35.7/kernel/irq/handle.c
-===================================================================
---- linux-2.6.35.7.orig/kernel/irq/handle.c 2010-10-15 18:40:33.000000000 +0200
-+++ linux-2.6.35.7/kernel/irq/handle.c 2010-10-15 18:44:19.000000000 +0200
-@@ -276,6 +276,7 @@
- {
- return (irq < NR_IRQS) ? irq_desc + irq : NULL;
- }
-+EXPORT_SYMBOL_GPL(irq_to_desc);
-
- struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node)
- {