Skip to content

Commit

Permalink
[PATCH] ppc64: Fix compile warnings in arch/ppc64/kernel/lparcfg.c
Browse files Browse the repository at this point in the history
Stephen's patch to remove LparData.h missed an include in lparcfg.c This
fixes a few compile warnings.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Michael Ellerman authored and Linus Torvalds committed Jun 25, 2005
1 parent 2ec19fa commit 856509d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ppc64/kernel/lparcfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
#include <asm/system.h>
#include <asm/time.h>
#include <asm/iSeries/ItExtVpdPanel.h>
#include <asm/prom.h>

#define MODULE_VERS "1.6"
#define MODULE_NAME "lparcfg"
Expand Down

0 comments on commit 856509d

Please sign in to comment.