Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=80ba80a9bf25d251237694c3fcee850a73324532
Commit:     80ba80a9bf25d251237694c3fcee850a73324532
Parent:     9c837fb692b005203765d8a569a2fe43fdff9df1
Author:     Alexey Dobriyan <[EMAIL PROTECTED]>
AuthorDate: Mon Jul 30 23:08:46 2007 +0400
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon Jul 30 12:25:49 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 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 e52f6f8..48b71ba 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.
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to