projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c837fb
)
Fallout from "Remove fs.h from mm.h" patch
author
Alexey Dobriyan
<adobriyan@gmail.com>
Mon, 30 Jul 2007 19:08:46 +0000
(23:08 +0400)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 30 Jul 2007 19:25:49 +0000
(12:25 -0700)
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>
include/linux/pm.h
patch
|
blob
|
history
diff --git
a/include/linux/pm.h
b/include/linux/pm.h
index e52f6f83c06109cc4d3362ecdc3f2a6196b99c84..48b71badfb4c837969fedf91f90cba2cce369587 100644
(file)
--- 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.