From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mxz.fh-kl.de ([143.93.17.66]:49750 "EHLO mxz.fh-kl.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755957Ab3HAP73 (ORCPT ); Thu, 1 Aug 2013 11:59:29 -0400 Message-ID: <51FA85DB.70707@fh-kl.de> (sfid-20130801_175930_697693_7D5BF0B0) Date: Thu, 1 Aug 2013 17:59:23 +0200 From: Patrick Ziegler MIME-Version: 1.0 To: "Luis R. Rodriguez" CC: Subject: [RFC v3 3/9] backports: define PM_EVENT_AUTO References: In-Reply-To: Content-Type: text/plain; charset="ISO-8859-15" Sender: backports-owner@vger.kernel.org List-ID: This macro is missing for < 2.6.25 Signed-off-by: Patrick Ziegler --- backport/backport-include/linux/pm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backport/backport-include/linux/pm.h b/backport/backport-include/linux/pm.h index 70f3a21..d217c81 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 -- 1.8.1.2 -- Dipl.-Inf. (FH) Patrick Ziegler University Of Applied Sciences Kaiserslautern Amerikastrasse 1 D-66482 Zweibruecken Germany Phone: +49 631 3724 5526 Mail: patrick.ziegler@fh-kl.de PGP KeyID 0xB4796B8C http://www.fh-kl.de http://www.fh-kl.de/fachbereiche/imst/iuk-knowhow.html