diff options
author | Anton Blanchard | 2014-08-20 00:55:19 +0200 |
---|---|---|
committer | Michael Ellerman | 2014-09-25 15:14:42 +0200 |
commit | 1217d34b531c76362217057ca70a8ce8950574e0 (patch) | |
tree | b8b0ef3401e3814596e05fb80edc7e20caa7ca96 /arch/powerpc/kernel/smp.c | |
parent | powerpc: Make a bunch of things static (diff) | |
download | kernel-qcow2-linux-1217d34b531c76362217057ca70a8ce8950574e0.tar.gz kernel-qcow2-linux-1217d34b531c76362217057ca70a8ce8950574e0.tar.xz kernel-qcow2-linux-1217d34b531c76362217057ca70a8ce8950574e0.zip |
powerpc: Ensure global functions include their prototype
Fix a number of places where global functions were not including
their prototype. This ensures the prototype and the function match.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/smp.c')
-rw-r--r-- | arch/powerpc/kernel/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index a0738af4aba6..4866d5dbd420 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c @@ -52,6 +52,7 @@ #endif #include <asm/vdso.h> #include <asm/debug.h> +#include <asm/kexec.h> #ifdef DEBUG #include <asm/udbg.h> |