[ar7] handle new revisions of vlynq wrt reset sequence, patch from sn9
[openwrt.git] / target / linux / ifxmips / patches / 320-tapi_hack.patch
1 Index: linux-2.6.35.7/kernel/irq/chip.c
2 ===================================================================
3 --- linux-2.6.35.7.orig/kernel/irq/chip.c 2010-10-15 18:40:33.000000000 +0200
4 +++ linux-2.6.35.7/kernel/irq/chip.c 2010-10-15 18:44:19.000000000 +0200
5 @@ -723,6 +723,7 @@
6 set_irq_chip(irq, chip);
7 __set_irq_handler(irq, handle, 0, NULL);
8 }
9 +EXPORT_SYMBOL_GPL(set_irq_chip_and_handler);
10
11 void
12 set_irq_chip_and_handler_name(unsigned int irq, struct irq_chip *chip,
13 Index: linux-2.6.35.7/kernel/irq/handle.c
14 ===================================================================
15 --- linux-2.6.35.7.orig/kernel/irq/handle.c 2010-10-15 18:40:33.000000000 +0200
16 +++ linux-2.6.35.7/kernel/irq/handle.c 2010-10-15 18:44:19.000000000 +0200
17 @@ -276,6 +276,7 @@
18 {
19 return (irq < NR_IRQS) ? irq_desc + irq : NULL;
20 }
21 +EXPORT_SYMBOL_GPL(irq_to_desc);
22
23 struct irq_desc *irq_to_desc_alloc_node(unsigned int irq, int node)
24 {
This page took 0.044421 seconds and 5 git commands to generate.