Fallout from "Remove fs.h from mm.h" patch
authorAlexey Dobriyan <adobriyan@gmail.com>
Mon, 30 Jul 2007 19:08:46 +0000 (23:08 +0400)
committerLinus 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

index e52f6f83c06109cc4d3362ecdc3f2a6196b99c84..48b71badfb4c837969fedf91f90cba2cce369587 100644 (file)
@@ -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.