[POWERPC] Make kernel_entry_t have global scope in bootwrapper
[cascardo/linux.git] / arch / powerpc / boot / main.c
index 56b56a8..416dc38 100644 (file)
@@ -36,8 +36,6 @@ struct addr_range {
        unsigned long size;
 };
 
-typedef void (*kernel_entry_t)(unsigned long, unsigned long, void *);
-
 #undef DEBUG
 
 static struct addr_range prep_kernel(void)