From: Patrick Ziegler Date: Thu, 15 Aug 2013 12:40:14 +0000 (+0200) Subject: backports: define PM_EVENT_AUTO X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d925118f2c7771613708d97ffb2b35cd50e5de0f;p=openwrt%2Fstaging%2Fblogic.git backports: define PM_EVENT_AUTO This macro is missing for < 2.6.25 Signed-off-by: Patrick Ziegler Signed-off-by: Luis R. Rodriguez --- diff --git a/backport/backport-include/linux/pm.h b/backport/backport-include/linux/pm.h index 70f3a218f7db..d217c81f3dd1 100644 --- a/backport/backport-include/linux/pm.h +++ b/backport/backport-include/linux/pm.h @@ -2,6 +2,10 @@ #define __BACKPORT_PM_H #include_next +#ifndef PM_EVENT_AUTO +#define PM_EVENT_AUTO 0x0400 +#endif + #ifndef PM_EVENT_SLEEP #define PM_EVENT_SLEEP (PM_EVENT_SUSPEND) #endif