summaryrefslogtreecommitdiff
path: root/arch/m32r/kernel/setup_opsput.c
diff options
context:
space:
mode:
authorHirokazu Takata <takata@linux-m32r.org>2006-01-06 08:18:45 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-06 16:33:44 (GMT)
commitadfc31c67f4515ed4bad1ef9555cbacdfc24e8d3 (patch)
tree725e760c6d4e9cb1854012243b3605dce880789f /arch/m32r/kernel/setup_opsput.c
parent9b791d4766c19ac014a7b81a551efe4a7511e12a (diff)
downloadlinux-fsl-qoriq-adfc31c67f4515ed4bad1ef9555cbacdfc24e8d3.tar.xz
[PATCH] m32r: Remove unnecessary icu_data_t definitions
This patch removes unnecessary struct icu_data_t definitions of arch/m32r/kernel/setup_*.c. Signed-off-by: Hayato Fujiwara <fujiwara@linux-m32r.org> Signed-off-by: Hirokazu Takata <takata@linux-m32r.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m32r/kernel/setup_opsput.c')
-rw-r--r--arch/m32r/kernel/setup_opsput.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/m32r/kernel/setup_opsput.c b/arch/m32r/kernel/setup_opsput.c
index 1fbb140..548e8fc 100644
--- a/arch/m32r/kernel/setup_opsput.c
+++ b/arch/m32r/kernel/setup_opsput.c
@@ -27,15 +27,7 @@
*/
#define irq2port(x) (M32R_ICU_CR1_PORTL + ((x - 1) * sizeof(unsigned long)))
-#ifndef CONFIG_SMP
-typedef struct {
- unsigned long icucr; /* ICU Control Register */
-} icu_data_t;
-static icu_data_t icu_data[OPSPUT_NUM_CPU_IRQ];
-#else
icu_data_t icu_data[OPSPUT_NUM_CPU_IRQ];
-#endif /* CONFIG_SMP */
-
static void disable_opsput_irq(unsigned int irq)
{