From: Pavel Roskin Date: Fri, 5 Mar 2010 20:58:25 +0000 (-0500) Subject: compat: define KEY_RFKILL, which appeared in Linux 2.6.33 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3db1495ad802808204b991bd4296bb4a3b71eb36;p=openwrt%2Fstaging%2Fblogic.git compat: define KEY_RFKILL, which appeared in Linux 2.6.33 It is used in net/rfkill/input.c Signed-off-by: Pavel Roskin --- diff --git a/include/linux/compat-2.6.33.h b/include/linux/compat-2.6.33.h index 9559f21d1738..70e5f98fee9e 100644 --- a/include/linux/compat-2.6.33.h +++ b/include/linux/compat-2.6.33.h @@ -49,6 +49,8 @@ static inline void compat_release_firmware(const struct firmware *fw) } #endif +#define KEY_RFKILL 247 /* Key that controls all radios */ + #define IFF_DONT_BRIDGE 0x800 /* disallow bridging this ether dev */ /* source: include/linux/if.h */