[RFKILL]: Move rfkill_switch_all out of global header
authorIvo van Doorn <IvDoorn@gmail.com>
Thu, 27 Sep 2007 21:57:05 +0000 (14:57 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:29 +0000 (16:53 -0700)
commitfe242cfd3390b1c7d54d60f7ebb6a4054804cd41
tree0a2ad56479c5a48a57c9635139b3b85de2ae5c3d
parenta50e2e3f3e6303e893c4c438c0692d459d7093a5
[RFKILL]: Move rfkill_switch_all out of global header

rfkill_switch_all shouldn't be called by drivers directly,
instead they should send a signal over the input device.

To prevent confusion for driver developers, move the
function into a rfkill private header.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rfkill.h
net/rfkill/rfkill-input.c
net/rfkill/rfkill-input.h [new file with mode: 0644]
net/rfkill/rfkill.c