aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/m32102.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m32r/m32102.h')
-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_ */