[PATCH] rfkill: Move rfkill_switch_all out of global header

2007-09-27 Thread Ivo van Doorn
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 <[EMAIL PROTECTED]> --- diff --git a/include/linux/rfkill.h

Re: [PATCH] rfkill: Move rfkill_switch_all out of global header

2007-09-27 Thread David Miller
From: Ivo van Doorn <[EMAIL PROTECTED]> Date: Fri, 28 Sep 2007 00:07:41 +0200 > 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. >