diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2007-07-30 23:08:46 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-30 23:25:49 +0400 |
commit | 80ba80a9bf25d251237694c3fcee850a73324532 (patch) | |
tree | b6cc901b7942255afcbe0f946e2f49b07fe856e6 /include/linux/pm.h | |
parent | 9c837fb692b005203765d8a569a2fe43fdff9df1 (diff) | |
download | linux-80ba80a9bf25d251237694c3fcee850a73324532.tar.xz |
Fallout from "Remove fs.h from mm.h" patch
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>
Diffstat (limited to 'include/linux/pm.h')
-rw-r--r-- | include/linux/pm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pm.h b/include/linux/pm.h index e52f6f83c061..48b71badfb4c 100644 --- a/include/linux/pm.h +++ b/include/linux/pm.h @@ -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. |