diff options
Diffstat (limited to 'arch/powerpc/mm/init-common.c')
-rw-r--r-- | arch/powerpc/mm/init-common.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/mm/init-common.c b/arch/powerpc/mm/init-common.c index 1e6910eb70ed..36d28e872289 100644 --- a/arch/powerpc/mm/init-common.c +++ b/arch/powerpc/mm/init-common.c | |||
@@ -24,6 +24,11 @@ | |||
24 | #include <linux/string.h> | 24 | #include <linux/string.h> |
25 | #include <asm/pgalloc.h> | 25 | #include <asm/pgalloc.h> |
26 | #include <asm/pgtable.h> | 26 | #include <asm/pgtable.h> |
27 | #include <asm/kup.h> | ||
28 | |||
29 | void __init setup_kup(void) | ||
30 | { | ||
31 | } | ||
27 | 32 | ||
28 | #define CTOR(shift) static void ctor_##shift(void *addr) \ | 33 | #define CTOR(shift) static void ctor_##shift(void *addr) \ |
29 | { \ | 34 | { \ |