Skip to content

Commit

Permalink
[POWERPC] pseries/firmware.c should include pseries/pseries.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed May 14, 2008
1 parent 1c21a29 commit 3ff1999
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/pseries/firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <asm/prom.h>
#include <asm/udbg.h>

#include "pseries.h"

typedef struct {
unsigned long val;
Expand Down

0 comments on commit 3ff1999

Please sign in to comment.