Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27366223 authored by Michael Buesch's avatar Michael Buesch Committed by David S. Miller
Browse files

rfkill: Fix sparse warning

parent 7319f1e6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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");