Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2736622344e9af9801392edf9e733e8a8f6931d1
Commit:     2736622344e9af9801392edf9e733e8a8f6931d1
Parent:     7319f1e6bcf04abd2eddb19747b0933a76f839ce
Author:     Michael Buesch <[EMAIL PROTECTED]>
AuthorDate: Fri Nov 2 20:18:11 2007 +0100
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Sat Nov 10 22:00:28 2007 -0800

    rfkill: Fix sparse warning
    
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 net/rfkill/rfkill.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/net/rfkill/rfkill.c b/net/rfkill/rfkill.c
index 47e8cd0..73d60a3 100644
--- 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 <[EMAIL PROTECTED]>");
 MODULE_VERSION("1.0");
 MODULE_DESCRIPTION("RF switch support");
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to