]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: errno.h: define ERFKILL
authorAlexander Beregalov <a.beregalov@gmail.com>
Sun, 7 Jun 2009 12:01:00 +0000 (05:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 7 Jun 2009 12:01:00 +0000 (05:01 -0700)
commit3c49997f857841a085ded60d21d0e7421cb0db7f
tree559bea1ef29f23b722ed7b7a946f3b96cfd06bb0
parentc27c15fc000b5ad8a5545afa33020d4515cfce04
cfg80211: errno.h: define ERFKILL

Commit 82013154 (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>
arch/alpha/include/asm/errno.h
arch/mips/include/asm/errno.h
arch/parisc/include/asm/errno.h
arch/sparc/include/asm/errno.h