Commit 3df372e0 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: ks7010: review includes of ks_hostif file

This commit reviews includes of ks_hostif.c source file.
Those which are not being used at all have been removed.
Driver header includes have been moved after the kernel
header includes to make style consistent in different
files of the driver. The need of ks_wlan.h header include
is only because of some preprocessor conditional code
of WPS definition. This definition is in ks_wlan.h
so this one must be included before the ks_hostif.h header
file.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent fe1694e1
...@@ -9,15 +9,12 @@ ...@@ -9,15 +9,12 @@
* published by the Free Software Foundation. * published by the Free Software Foundation.
*/ */
#include "ks_wlan.h"
#include "ks_hostif.h"
#include "eap_packet.h"
#include "michael_mic.h"
#include <linux/etherdevice.h>
#include <linux/if_ether.h>
#include <linux/if_arp.h> #include <linux/if_arp.h>
#include <net/iw_handler.h> #include <net/iw_handler.h>
#include "eap_packet.h"
#include "ks_wlan.h"
#include "michael_mic.h"
#include "ks_hostif.h"
static inline void inc_smeqhead(struct ks_wlan_private *priv) static inline void inc_smeqhead(struct ks_wlan_private *priv)
{ {
......
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