projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec19fa
)
[PATCH] ppc64: Fix compile warnings in arch/ppc64/kernel/lparcfg.c
author
Michael Ellerman
<michael@ellerman.id.au>
Sat, 25 Jun 2005 21:54:42 +0000
(14:54 -0700)
committer
Linus Torvalds
<torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:27 +0000
(16:24 -0700)
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>
arch/ppc64/kernel/lparcfg.c
patch
|
blob
|
history
diff --git
a/arch/ppc64/kernel/lparcfg.c
b/arch/ppc64/kernel/lparcfg.c
index 387923fcf9b06492a07b0b9e63c8748197de0e7b..02e96627fa6604999b3ac6aafd926fea185e2676 100644
(file)
--- a/
arch/ppc64/kernel/lparcfg.c
+++ b/
arch/ppc64/kernel/lparcfg.c
@@
-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"