aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r
diff options
context:
space:
mode:
authorHirokazu Takata <takata@linux-m32r.org>2006-01-06 03:18:45 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-06 11:33:44 -0500
commitadfc31c67f4515ed4bad1ef9555cbacdfc24e8d3 (patch)
tree725e760c6d4e9cb1854012243b3605dce880789f /include/asm-m32r
parent9b791d4766c19ac014a7b81a551efe4a7511e12a (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 'include/asm-m32r')
-rw-r--r--include/asm-m32r/m32102.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/asm-m32r/m32102.h b/include/asm-m32r/m32102.h
index 0bd0a3f1662d..a1f0d1fe9eb8 100644
--- a/include/asm-m32r/m32102.h
+++ b/include/asm-m32r/m32102.h
@@ -302,15 +302,12 @@
302#define M32R_FPGA_VERSION0_PORTL (0x30+M32R_FPGA_TOP) 302#define M32R_FPGA_VERSION0_PORTL (0x30+M32R_FPGA_TOP)
303#define M32R_FPGA_VERSION1_PORTL (0x34+M32R_FPGA_TOP) 303#define M32R_FPGA_VERSION1_PORTL (0x34+M32R_FPGA_TOP)
304 304
305#endif /* CONFIG_SMP */
306
305#ifndef __ASSEMBLY__ 307#ifndef __ASSEMBLY__
306/* For NETDEV WATCHDOG */
307typedef struct { 308typedef struct {
308 unsigned long icucr; /* ICU Control Register */ 309 unsigned long icucr; /* ICU Control Register */
309} icu_data_t; 310} icu_data_t;
310
311extern icu_data_t icu_data[];
312#endif 311#endif
313 312
314#endif /* CONFIG_SMP */
315
316#endif /* _M32102_H_ */ 313#endif /* _M32102_H_ */