diff options
author | Alexander Beregalov <a.beregalov@gmail.com> | 2009-06-07 08:01:00 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-07 08:01:00 -0400 |
commit | 7d217d7ffc3433d8b157e1fb6c68a07197a182d5 (patch) | |
tree | 559bea1ef29f23b722ed7b7a946f3b96cfd06bb0 /arch | |
parent | b1bc81a0ef86b86fa410dd303d84c8c7bd09a64d (diff) |
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')
-rw-r--r-- | arch/alpha/include/asm/errno.h | 2 | ||||
-rw-r--r-- | arch/mips/include/asm/errno.h | 2 | ||||
-rw-r--r-- | arch/parisc/include/asm/errno.h | 1 | ||||
-rw-r--r-- | arch/sparc/include/asm/errno.h | 2 |
4 files changed, 7 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 @@ | |||
120 | #define EOWNERDEAD 136 /* Owner died */ | 120 | #define EOWNERDEAD 136 /* Owner died */ |
121 | #define ENOTRECOVERABLE 137 /* State not recoverable */ | 121 | #define ENOTRECOVERABLE 137 /* State not recoverable */ |
122 | 122 | ||
123 | #define ERFKILL 138 /* Operation not possible due to RF-kill */ | ||
124 | |||
123 | #endif | 125 | #endif |
diff --git a/arch/mips/include/asm/errno.h b/arch/mips/include/asm/errno.h index 3c0d840e4577..a0efc73819e4 100644 --- a/arch/mips/include/asm/errno.h +++ b/arch/mips/include/asm/errno.h | |||
@@ -119,6 +119,8 @@ | |||
119 | #define EOWNERDEAD 165 /* Owner died */ | 119 | #define EOWNERDEAD 165 /* Owner died */ |
120 | #define ENOTRECOVERABLE 166 /* State not recoverable */ | 120 | #define ENOTRECOVERABLE 166 /* State not recoverable */ |
121 | 121 | ||
122 | #define ERFKILL 167 /* Operation not possible due to RF-kill */ | ||
123 | |||
122 | #define EDQUOT 1133 /* Quota exceeded */ | 124 | #define EDQUOT 1133 /* Quota exceeded */ |
123 | 125 | ||
124 | #ifdef __KERNEL__ | 126 | #ifdef __KERNEL__ |
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 @@ | |||
120 | #define EOWNERDEAD 254 /* Owner died */ | 120 | #define EOWNERDEAD 254 /* Owner died */ |
121 | #define ENOTRECOVERABLE 255 /* State not recoverable */ | 121 | #define ENOTRECOVERABLE 255 /* State not recoverable */ |
122 | 122 | ||
123 | #define ERFKILL 256 /* Operation not possible due to RF-kill */ | ||
123 | 124 | ||
124 | #endif | 125 | #endif |
diff --git a/arch/sparc/include/asm/errno.h b/arch/sparc/include/asm/errno.h index a9ef172977de..4e2bc490d714 100644 --- a/arch/sparc/include/asm/errno.h +++ b/arch/sparc/include/asm/errno.h | |||
@@ -110,4 +110,6 @@ | |||
110 | #define EOWNERDEAD 132 /* Owner died */ | 110 | #define EOWNERDEAD 132 /* Owner died */ |
111 | #define ENOTRECOVERABLE 133 /* State not recoverable */ | 111 | #define ENOTRECOVERABLE 133 /* State not recoverable */ |
112 | 112 | ||
113 | #define ERFKILL 134 /* Operation not possible due to RF-kill */ | ||
114 | |||
113 | #endif | 115 | #endif |