Revert to Fedora kernel-2.6.17-1.2187_FC5 patched with vs2.0.2.1; there are too many...
[linux-2.6.git] / arch / v850 / kernel / fpga85e2c.c
index af2e804..d809451 100644 (file)
@@ -42,7 +42,6 @@ void __init mach_early_init (void)
        int i;
        const u32 *src;
        register u32 *dst asm ("ep");
-       extern int panic_timeout;
        extern u32 _intv_end, _intv_load_start;
 
        /* Set bus sizes: CS0 32-bit, CS1 16-bit, CS7 8-bit,
@@ -122,22 +121,16 @@ void machine_halt (void)
        }
 }
 
-EXPORT_SYMBOL(machine_halt);
-
 void machine_restart (char *__unused)
 {
        machine_halt ();
 }
 
-EXPORT_SYMBOL(machine_restart);
-
 void machine_power_off (void)
 {
        machine_halt ();
 }
 
-EXPORT_SYMBOL(machine_power_off);
-
 \f
 /* Interrupts */