Index: wireless-2.6/net/rfkill/rfkill.c =================================================================== --- wireless-2.6.orig/net/rfkill/rfkill.c 2007-11-02 20:05:54.000000000 +0100 +++ wireless-2.6/net/rfkill/rfkill.c 2007-11-02 20:16:09.000000000 +0100 @@ -27,6 +27,10 @@ #include <linux/mutex.h> #include <linux/rfkill.h> +/* Get declaration of rfkill_switch_all() to shut up sparse. */ +#include "rfkill-input.h" + + MODULE_AUTHOR("Ivo van Doorn <IvDoorn@xxxxxxxxx>"); MODULE_VERSION("1.0"); MODULE_DESCRIPTION("RF switch support"); - To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html