Skip to content

Commit

Permalink
[PARISC] Build fixes for power.c
Browse files Browse the repository at this point in the history
<linux/pm.h> is no longer implicitly included.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
  • Loading branch information
Kyle McMartin authored and Kyle McMartin committed May 25, 2007
1 parent ad46c54 commit 5c04ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/parisc/power.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5c04ec7

Please sign in to comment.