staging: wilc1000: removes linux_wlan_common.h file
This patch removes linux_wlan_common.h file and also removes the following preprocessor at files that include it: - #include 'linux_wlan_common.h' Signed-off-by: Chris Park <chris.park@atmel.com> Signed-off-by: Leo Kim <leo.kim@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
38f11b8442
commit
78285d0994
|
@ -7,7 +7,6 @@
|
|||
* @version 1.0
|
||||
*/
|
||||
#include "wilc_wfi_cfgoperations.h"
|
||||
#include "linux_wlan_common.h"
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#include "wilc_wfi_cfgoperations.h"
|
||||
#include "linux_wlan_common.h"
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#ifndef LINUX_WLAN_COMMON_H
|
||||
#define LINUX_WLAN_COMMON_H
|
||||
#endif
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
#include "wilc_msgqueue.h"
|
||||
#include <linux/spinlock.h>
|
||||
#include "linux_wlan_common.h"
|
||||
#include <linux/errno.h>
|
||||
#include <linux/slab.h>
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <linux/spi/spi.h>
|
||||
#include <linux/of_gpio.h>
|
||||
|
||||
#include "linux_wlan_common.h"
|
||||
#include <linux/string.h>
|
||||
#include "wilc_wlan_if.h"
|
||||
#include "wilc_wlan.h"
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#define WILC_WLAN_IF_H
|
||||
|
||||
#include <linux/semaphore.h>
|
||||
#include "linux_wlan_common.h"
|
||||
#include <linux/netdevice.h>
|
||||
|
||||
/********************************************
|
||||
|
|
Loading…
Reference in New Issue