mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] pm: include EIO from errno-base.h
@ 2007-04-30 14:34 David Rientjes
  2007-04-30 14:51 ` David Brownell
  0 siblings, 1 reply; 4+ messages in thread
From: David Rientjes @ 2007-04-30 14:34 UTC (permalink / raw)
  To: David Brownell; +Cc: linux-kernel

call_platform_enable_wakeup() uses EIO, so it needs to be defined.

Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: David Rientjes <rientjes@google.com>
---
 include/linux/pm.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/pm.h b/include/linux/pm.h
--- 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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-30 20:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-30 14:34 [patch] pm: include EIO from errno-base.h David Rientjes
2007-04-30 14:51 ` David Brownell
2007-04-30 19:15   ` David Rientjes
2007-04-30 21:02     ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®