aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-w90x900/nuc9xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-w90x900/nuc9xx.h')
-rw-r--r--arch/arm/mach-w90x900/nuc9xx.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-w90x900/nuc9xx.h b/arch/arm/mach-w90x900/nuc9xx.h
index 91acb4047793..88ef4b267089 100644
--- a/arch/arm/mach-w90x900/nuc9xx.h
+++ b/arch/arm/mach-w90x900/nuc9xx.h
@@ -15,10 +15,9 @@
15 * 15 *
16 */ 16 */
17struct map_desc; 17struct map_desc;
18struct sys_timer;
19 18
20/* core initialisation functions */ 19/* core initialisation functions */
21 20
22extern void nuc900_init_irq(void); 21extern void nuc900_init_irq(void);
23extern struct sys_timer nuc900_timer; 22extern void nuc900_timer_init(void);
24extern void nuc9xx_restart(char, const char *); 23extern void nuc9xx_restart(char, const char *);