aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/sh_ksyms_32.c
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-21 12:26:16 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-05-21 12:26:16 -0400
commitfa1d43ab451084785153d37ae559c4fdd1546a5b (patch)
tree31a90b3c61dcd1b8c71ca710fe419c634fe64883 /arch/sh/kernel/sh_ksyms_32.c
parent55620c86ebc29013c0d26c5b3bc423faea299fee (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.c8
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 */
24EXPORT_SYMBOL(dump_fpu); 24EXPORT_SYMBOL(dump_fpu);
25EXPORT_SYMBOL(kernel_thread); 25EXPORT_SYMBOL(kernel_thread);
26EXPORT_SYMBOL(irq_desc);
27EXPORT_SYMBOL(no_irq_chip);
28
29EXPORT_SYMBOL(strlen); 26EXPORT_SYMBOL(strlen);
30 27
31/* PCI exports */ 28/* PCI exports */
@@ -40,11 +37,6 @@ EXPORT_SYMBOL(memcpy);
40EXPORT_SYMBOL(memset); 37EXPORT_SYMBOL(memset);
41EXPORT_SYMBOL(memmove); 38EXPORT_SYMBOL(memmove);
42EXPORT_SYMBOL(__copy_user); 39EXPORT_SYMBOL(__copy_user);
43
44#ifdef CONFIG_MMU
45EXPORT_SYMBOL(get_vm_area);
46#endif
47
48EXPORT_SYMBOL(__udelay); 40EXPORT_SYMBOL(__udelay);
49EXPORT_SYMBOL(__ndelay); 41EXPORT_SYMBOL(__ndelay);
50EXPORT_SYMBOL(__const_udelay); 42EXPORT_SYMBOL(__const_udelay);