diff options
author | Paul Mackerras <paulus@samba.org> | 2005-11-18 07:54:12 +0300 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-18 07:54:12 +0300 |
commit | 44aedfe7dedb1ba9f4f9d17f55dec5727f5ff82f (patch) | |
tree | 60402e5468a06567fd525234c056d8827dd07fc7 /arch/powerpc | |
parent | 49e16b7becd6320bde51aa238c11815708f836d9 (diff) | |
download | linux-44aedfe7dedb1ba9f4f9d17f55dec5727f5ff82f.tar.xz |
powerpc: Fix a couple of compile warnings for 32-bit compiles
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/chrp/smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/chrp/smp.c b/arch/powerpc/platforms/chrp/smp.c index bb2315997d45..b616053bc331 100644 --- a/arch/powerpc/platforms/chrp/smp.c +++ b/arch/powerpc/platforms/chrp/smp.c @@ -34,6 +34,7 @@ #include <asm/machdep.h> #include <asm/smp.h> #include <asm/mpic.h> +#include <asm/rtas.h> static void __devinit smp_chrp_kick_cpu(int nr) { |