projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7319f1e
)
rfkill: Fix sparse warning
author
Michael Buesch
<mb@bu3sch.de>
Fri, 2 Nov 2007 19:18:11 +0000
(20:18 +0100)
committer
David S. Miller
<davem@sunset.davemloft.net>
Sun, 11 Nov 2007 06:00:28 +0000
(22:00 -0800)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/rfkill/rfkill.c
patch
|
blob
|
history
diff --git
a/net/rfkill/rfkill.c
b/net/rfkill/rfkill.c
index
47e8cd0
..
73d60a3
100644
(file)
--- a/
net/rfkill/rfkill.c
+++ b/
net/rfkill/rfkill.c
@@
-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");