[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)
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>

No differences found