diff options
author | Hirokazu Takata <takata@linux-m32r.org> | 2006-01-06 03:18:45 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-06 11:33:44 -0500 |
commit | adfc31c67f4515ed4bad1ef9555cbacdfc24e8d3 (patch) | |
tree | 725e760c6d4e9cb1854012243b3605dce880789f /arch/m32r/kernel/setup_m32104ut.c | |
parent | 9b791d4766c19ac014a7b81a551efe4a7511e12a (diff) |
[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_m32104ut.c')
-rw-r--r-- | arch/m32r/kernel/setup_m32104ut.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m32r/kernel/setup_m32104ut.c b/arch/m32r/kernel/setup_m32104ut.c index ab16c6646093..6328e1357a80 100644 --- a/arch/m32r/kernel/setup_m32104ut.c +++ b/arch/m32r/kernel/setup_m32104ut.c | |||
@@ -20,12 +20,6 @@ | |||
20 | 20 | ||
21 | #define irq2port(x) (M32R_ICU_CR1_PORTL + ((x - 1) * sizeof(unsigned long))) | 21 | #define irq2port(x) (M32R_ICU_CR1_PORTL + ((x - 1) * sizeof(unsigned long))) |
22 | 22 | ||
23 | #ifndef CONFIG_SMP | ||
24 | typedef struct { | ||
25 | unsigned long icucr; /* ICU Control Register */ | ||
26 | } icu_data_t; | ||
27 | #endif /* CONFIG_SMP */ | ||
28 | |||
29 | icu_data_t icu_data[NR_IRQS]; | 23 | icu_data_t icu_data[NR_IRQS]; |
30 | 24 | ||
31 | static void disable_m32104ut_irq(unsigned int irq) | 25 | static void disable_m32104ut_irq(unsigned int irq) |