Commit 3ff1999b authored by Michael Ellerman's avatar Michael Ellerman Committed by Paul Mackerras

[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: default avatarMichael Ellerman <michael@ellerman.id.au>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 1c21a293
......@@ -26,6 +26,7 @@
#include <asm/prom.h>
#include <asm/udbg.h>
#include "pseries.h"
typedef struct {
unsigned long val;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment