diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-31 02:17:03 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-31 02:17:03 -0400 |
commit | b2078fa221e31a491d0bd720e3acdf9870fe40fd (patch) | |
tree | b49a28845910037f6324e8ac218df71f88d44dbd /arch/sh | |
parent | b46378bc59989d6d284b569b5e2a28e8a50e70f8 (diff) |
sh: Kill off dead ipr_irq_demux().
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/kernel/cpu/irq/ipr.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/sh/kernel/cpu/irq/ipr.c b/arch/sh/kernel/cpu/irq/ipr.c index 5da325414880..56ea7b269b59 100644 --- a/arch/sh/kernel/cpu/irq/ipr.c +++ b/arch/sh/kernel/cpu/irq/ipr.c | |||
@@ -49,7 +49,6 @@ static void enable_ipr_irq(unsigned int irq) | |||
49 | * bits/4. This is to make it easier to read the value directly from the | 49 | * bits/4. This is to make it easier to read the value directly from the |
50 | * datasheets. The IPR address is calculated using the ipr_offset table. | 50 | * datasheets. The IPR address is calculated using the ipr_offset table. |
51 | */ | 51 | */ |
52 | |||
53 | void register_ipr_controller(struct ipr_desc *desc) | 52 | void register_ipr_controller(struct ipr_desc *desc) |
54 | { | 53 | { |
55 | int i; | 54 | int i; |
@@ -71,12 +70,4 @@ void register_ipr_controller(struct ipr_desc *desc) | |||
71 | disable_ipr_irq(p->irq); | 70 | disable_ipr_irq(p->irq); |
72 | } | 71 | } |
73 | } | 72 | } |
74 | |||
75 | EXPORT_SYMBOL(register_ipr_controller); | 73 | EXPORT_SYMBOL(register_ipr_controller); |
76 | |||
77 | #if !defined(CONFIG_CPU_HAS_PINT_IRQ) | ||
78 | int ipr_irq_demux(int irq) | ||
79 | { | ||
80 | return irq; | ||
81 | } | ||
82 | #endif | ||