diff options
author | Alexander Beregalov <a.beregalov@gmail.com> | 2009-06-07 05:01:00 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-07 05:01:00 -0700 |
commit | 7d217d7ffc3433d8b157e1fb6c68a07197a182d5 (patch) | |
tree | 559bea1ef29f23b722ed7b7a946f3b96cfd06bb0 /arch/parisc | |
parent | b1bc81a0ef86b86fa410dd303d84c8c7bd09a64d (diff) | |
download | linux-7d217d7ffc3433d8b157e1fb6c68a07197a182d5.tar.gz linux-7d217d7ffc3433d8b157e1fb6c68a07197a182d5.tar.bz2 linux-7d217d7ffc3433d8b157e1fb6c68a07197a182d5.zip |
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/parisc')
-rw-r--r-- | arch/parisc/include/asm/errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/errno.h b/arch/parisc/include/asm/errno.h index e2f3ddc796be..9992abdd782d 100644 --- a/arch/parisc/include/asm/errno.h +++ b/arch/parisc/include/asm/errno.h @@ -120,5 +120,6 @@ #define EOWNERDEAD 254 /* Owner died */ #define ENOTRECOVERABLE 255 /* State not recoverable */ +#define ERFKILL 256 /* Operation not possible due to RF-kill */ #endif |