diff options
author | Kyle McMartin <kyle@parisc-linux.org> | 2007-05-25 19:19:35 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-05-25 19:19:35 -0400 |
commit | 5c04ec74da2f4d3ec0ca406c705313c9b3c7f9b5 (patch) | |
tree | bff275c6f4182b9b596ed03cccd1e4b4ef8b7f9c /drivers/parisc | |
parent | ad46c54868078440b4538fa263a5fd2f124b5a57 (diff) |
[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.c | 1 |
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> |