aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/parisc
diff options
context:
space:
mode:
authorKyle McMartin <kyle@parisc-linux.org>2007-05-25 19:19:35 -0400
committerKyle McMartin <kyle@athena.road.mcmartin.ca>2007-05-25 19:19:35 -0400
commit5c04ec74da2f4d3ec0ca406c705313c9b3c7f9b5 (patch)
treebff275c6f4182b9b596ed03cccd1e4b4ef8b7f9c /drivers/parisc
parent[PARISC] kobject is embedded in subsys, not kset (diff)
downloadlinux-dev-5c04ec74da2f4d3ec0ca406c705313c9b3c7f9b5.tar.xz
linux-dev-5c04ec74da2f4d3ec0ca406c705313c9b3c7f9b5.zip
[PARISC] Build fixes for power.c
<linux/pm.h> is no longer implicitly included. Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'drivers/parisc')
-rw-r--r--drivers/parisc/power.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/parisc/power.c b/drivers/parisc/power.c
index 6dedbdef7106..90cca5e3805f 100644
--- 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>