rfkill: Fix sparse warning

Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Michael Buesch 2007-11-02 20:18:11 +01:00 committed by David S. Miller
parent 7319f1e6bc
commit 2736622344
1 changed files with 4 additions and 0 deletions

View File

@ -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@gmail.com>");
MODULE_VERSION("1.0");
MODULE_DESCRIPTION("RF switch support");