This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / m68k / q40 / config.c
index 0b5730c..1f8977e 100644 (file)
@@ -64,6 +64,7 @@ void q40_set_vectors (void);
 
 extern void q40_mksound(unsigned int /*freq*/, unsigned int /*ticks*/ );
 
+extern char *saved_command_line;
 extern char m68k_debug_device[];
 static void q40_mem_console_write(struct console *co, const char *b,
                                    unsigned int count);
@@ -122,7 +123,7 @@ static void q40_heartbeat(int on)
 }
 #endif
 
-void q40_reset(void)
+void q40_reset()
 {
         halted=1;
         printk ("\n\n*******************************************\n"
@@ -131,7 +132,7 @@ void q40_reset(void)
        Q40_LED_ON();
        while(1) ;
 }
-void q40_halt(void)
+void q40_halt()
 {
         halted=1;
         printk ("\n\n*******************\n"
@@ -295,7 +296,7 @@ int q40_hwclk(int op, struct rtc_time *t)
        return 0;
 }
 
-unsigned int q40_get_ss(void)
+unsigned int q40_get_ss()
 {
        return bcd2bin(Q40_RTC_SECS);
 }