All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: wlan-ng: cfg80211.c: Fix sparse warnings
@ 2014-05-31 20:33 Tair Rzayev
  0 siblings, 0 replies; only message in thread
From: Tair Rzayev @ 2014-05-31 20:33 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

Include necessary header files to avoid "should be static" sparse warning

Signed-off-by: Tair Rzayev <tair.rzayev@gmail.com>
---
 drivers/staging/wlan-ng/cfg80211.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/wlan-ng/cfg80211.c b/drivers/staging/wlan-ng/cfg80211.c
index f76f95c..01be471 100644
--- a/drivers/staging/wlan-ng/cfg80211.c
+++ b/drivers/staging/wlan-ng/cfg80211.c
@@ -1,4 +1,6 @@
 /* cfg80211 Interface for prism2_usb module */
+#include "hfa384x.h"
+#include "prism2mgmt.h"
 
 
 /* Prism2 channel/frequency/bitrate declarations */
-- 
1.9.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-31 20:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-31 20:33 [PATCH] staging: wlan-ng: cfg80211.c: Fix sparse warnings Tair Rzayev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.