Commit d1a91071 authored by Jonas Hahnfeld's avatar Jonas Hahnfeld Committed by Greg Kroah-Hartman

staging: rtl8187se: Fix warning symbol should be static

This patch solves some sparse warnings about "symbol [...] was not
declared. Should it be static?" by including the correct header files.
Signed-off-by: default avatarJonas Hahnfeld <hahnjo@hahnjo.de>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 693d9634
......@@ -19,6 +19,7 @@
#include <linux/string.h>
#include <linux/errno.h>
#include "../r8180.h"
#include "ieee80211.h"
MODULE_AUTHOR("Jouni Malinen");
......
......@@ -21,6 +21,7 @@
#include <linux/string.h>
#include <linux/wireless.h>
#include "../r8180.h"
#include "ieee80211.h"
#include <linux/crypto.h>
......
......@@ -17,6 +17,7 @@
#include <linux/skbuff.h>
#include <linux/string.h>
#include "../r8180.h"
#include "ieee80211.h"
#include <linux/crypto.h>
......
......@@ -20,6 +20,7 @@
#include "r8180.h"
#include "r8180_hw.h"
#include "r8180_wx.h"
#include <net/iw_handler.h>
#include "ieee80211/dot11d.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment