Skip to content

Commit

Permalink
Fallout from "Remove fs.h from mm.h" patch
Browse files Browse the repository at this point in the history
While I was busy compile-testing my patch, ENOSYS sneaked into pm.h
leading to some compile-breakages mostly on ia64 and some mips configs.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jul 30, 2007
1 parent 9c837fb commit 80ba80a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/pm.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

#include <linux/list.h>
#include <asm/atomic.h>
#include <asm/errno.h>

/*
* Power management requests... these are passed to pm_send_all() and friends.
Expand Down

0 comments on commit 80ba80a

Please sign in to comment.