diff options
author | Alexander Beregalov <a.beregalov@gmail.com> | 2009-06-07 16:01:00 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-07 16:01:00 +0400 |
commit | 7d217d7ffc3433d8b157e1fb6c68a07197a182d5 (patch) | |
tree | 559bea1ef29f23b722ed7b7a946f3b96cfd06bb0 /arch/alpha | |
parent | b1bc81a0ef86b86fa410dd303d84c8c7bd09a64d (diff) | |
download | linux-7d217d7ffc3433d8b157e1fb6c68a07197a182d5.tar.xz |
cfg80211: errno.h: define ERFKILL
Commit 1f87f7d3 (cfg80211: add rfkill support) added ERFKILL
to asm-generic/errno.h, but alpha, mips, parisc and sparc use
their own numbering scheme and do not include asm-generic/errno.h.
We need to add definition of ERFKILL for them.
Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/include/asm/errno.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/alpha/include/asm/errno.h b/arch/alpha/include/asm/errno.h index 69e2655249d2..98099bda9370 100644 --- a/arch/alpha/include/asm/errno.h +++ b/arch/alpha/include/asm/errno.h @@ -120,4 +120,6 @@ #define EOWNERDEAD 136 /* Owner died */ #define ENOTRECOVERABLE 137 /* State not recoverable */ +#define ERFKILL 138 /* Operation not possible due to RF-kill */ + #endif |