diff options
Diffstat (limited to 'arch/powerpc/boot/main.c')
-rw-r--r-- | arch/powerpc/boot/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/main.c b/arch/powerpc/boot/main.c index 56b56a8d4b23..416dc3857bfe 100644 --- a/arch/powerpc/boot/main.c +++ b/arch/powerpc/boot/main.c | |||
@@ -36,8 +36,6 @@ struct addr_range { | |||
36 | unsigned long size; | 36 | unsigned long size; |
37 | }; | 37 | }; |
38 | 38 | ||
39 | typedef void (*kernel_entry_t)(unsigned long, unsigned long, void *); | ||
40 | |||
41 | #undef DEBUG | 39 | #undef DEBUG |
42 | 40 | ||
43 | static struct addr_range prep_kernel(void) | 41 | static struct addr_range prep_kernel(void) |