projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad46c54
)
[PARISC] Build fixes for power.c
author
Kyle McMartin
<kyle@parisc-linux.org>
Fri, 25 May 2007 23:19:35 +0000
(19:19 -0400)
committer
Kyle McMartin
<kyle@athena.road.mcmartin.ca>
Fri, 25 May 2007 23:19:35 +0000
(19:19 -0400)
<linux/pm.h> is no longer implicitly included.
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
drivers/parisc/power.c
patch
|
blob
|
history
diff --git
a/drivers/parisc/power.c
b/drivers/parisc/power.c
index
6dedbde
..
90cca5e
100644
(file)
--- a/
drivers/parisc/power.c
+++ b/
drivers/parisc/power.c
@@
-41,6
+41,7
@@
#include <linux/reboot.h>
#include <linux/sched.h>
#include <linux/kthread.h>
+#include <linux/pm.h>
#include <asm/pdc.h>
#include <asm/io.h>