From 31e74ab9ac9c2f40cdaab0fbe17b923696666335 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Fri, 2 Nov 2007 20:18:11 +0100 Subject: [PATCH] --- yaml --- r: 73537 b: refs/heads/master c: 2736622344e9af9801392edf9e733e8a8f6931d1 h: refs/heads/master i: 73535: c1f46c5b3d1a22d6248d4a5a2921245c167c8190 v: v3 --- [refs] | 2 +- trunk/net/rfkill/rfkill.c | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 45f35ab6385c..ed6ae21fd969 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7319f1e6bcf04abd2eddb19747b0933a76f839ce +refs/heads/master: 2736622344e9af9801392edf9e733e8a8f6931d1 diff --git a/trunk/net/rfkill/rfkill.c b/trunk/net/rfkill/rfkill.c index 47e8cd0322c0..73d60a307129 100644 --- a/trunk/net/rfkill/rfkill.c +++ b/trunk/net/rfkill/rfkill.c @@ -27,6 +27,10 @@ #include #include +/* Get declaration of rfkill_switch_all() to shut up sparse. */ +#include "rfkill-input.h" + + MODULE_AUTHOR("Ivo van Doorn "); MODULE_VERSION("1.0"); MODULE_DESCRIPTION("RF switch support");