diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-05-21 12:26:16 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-05-21 12:26:16 -0400 |
commit | fa1d43ab451084785153d37ae559c4fdd1546a5b (patch) | |
tree | 31a90b3c61dcd1b8c71ca710fe419c634fe64883 /arch/sh/kernel/sh_ksyms_32.c | |
parent | 55620c86ebc29013c0d26c5b3bc423faea299fee (diff) |
sh: irq: Convert from irq_desc[] to irq_to_desc().
This converts a few places that were using the old irq_desc[] array over
to the shiny new irq_to_desc() helper. Preperatory work for sparse irq
support.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/sh_ksyms_32.c')
-rw-r--r-- | arch/sh/kernel/sh_ksyms_32.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/sh/kernel/sh_ksyms_32.c b/arch/sh/kernel/sh_ksyms_32.c index 2d868c60aa6e..fcc5de31f83b 100644 --- a/arch/sh/kernel/sh_ksyms_32.c +++ b/arch/sh/kernel/sh_ksyms_32.c | |||
@@ -23,9 +23,6 @@ extern int dump_fpu(struct pt_regs *, elf_fpregset_t *); | |||
23 | /* platform dependent support */ | 23 | /* platform dependent support */ |
24 | EXPORT_SYMBOL(dump_fpu); | 24 | EXPORT_SYMBOL(dump_fpu); |
25 | EXPORT_SYMBOL(kernel_thread); | 25 | EXPORT_SYMBOL(kernel_thread); |
26 | EXPORT_SYMBOL(irq_desc); | ||
27 | EXPORT_SYMBOL(no_irq_chip); | ||
28 | |||
29 | EXPORT_SYMBOL(strlen); | 26 | EXPORT_SYMBOL(strlen); |
30 | 27 | ||
31 | /* PCI exports */ | 28 | /* PCI exports */ |
@@ -40,11 +37,6 @@ EXPORT_SYMBOL(memcpy); | |||
40 | EXPORT_SYMBOL(memset); | 37 | EXPORT_SYMBOL(memset); |
41 | EXPORT_SYMBOL(memmove); | 38 | EXPORT_SYMBOL(memmove); |
42 | EXPORT_SYMBOL(__copy_user); | 39 | EXPORT_SYMBOL(__copy_user); |
43 | |||
44 | #ifdef CONFIG_MMU | ||
45 | EXPORT_SYMBOL(get_vm_area); | ||
46 | #endif | ||
47 | |||
48 | EXPORT_SYMBOL(__udelay); | 40 | EXPORT_SYMBOL(__udelay); |
49 | EXPORT_SYMBOL(__ndelay); | 41 | EXPORT_SYMBOL(__ndelay); |
50 | EXPORT_SYMBOL(__const_udelay); | 42 | EXPORT_SYMBOL(__const_udelay); |