diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2008-05-08 06:27:21 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-05-14 14:32:00 +0200 |
commit | 3ff1999b2c84e1486e80fbd3ca12b1663dc3408b (patch) | |
tree | 76e49bc077a82c1e850fd2be07ebfc4d48266332 /arch/powerpc/platforms/pseries/firmware.c | |
parent | [POWERPC] Fix sparse warnings in arch/powerpc/kernel (diff) | |
download | linux-3ff1999b2c84e1486e80fbd3ca12b1663dc3408b.tar.xz linux-3ff1999b2c84e1486e80fbd3ca12b1663dc3408b.zip |
[POWERPC] pseries/firmware.c should include pseries/pseries.h
The declaration for fw_feature_init() is in pseries.h and
implemented in firmware.c, so the latter should include the
former.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/firmware.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/firmware.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pseries/firmware.c b/arch/powerpc/platforms/pseries/firmware.c index 9d3a40f45974..5a707da3f5c2 100644 --- a/arch/powerpc/platforms/pseries/firmware.c +++ b/arch/powerpc/platforms/pseries/firmware.c @@ -26,6 +26,7 @@ #include <asm/prom.h> #include <asm/udbg.h> +#include "pseries.h" typedef struct { unsigned long val; |