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

Commit e215a871 authored by Chaehyun Lim's avatar Chaehyun Lim Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: remove wilc_platform include file



This patch removes wilc_platform.h include file in wilc_oswrapper.h
wilc_platform.h have several standard header files so that some header
files should be included to avoid compilation errors.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ffda203c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@
#include "coreconfigurator.h"
#include "wilc_wlan_if.h"
#include <linux/errno.h>
#include <linux/slab.h>
#define TAG_PARAM_OFFSET	(MAC_HDR_LEN + TIME_STAMP_LEN + \
							BEACON_INTERVAL_LEN + CAP_INFO_LEN)

+4 −0
Original line number Diff line number Diff line
#include <linux/slab.h>
#include <linux/time.h>
#include <linux/kthread.h>
#include <linux/delay.h>
#include "host_interface.h"
#include "coreconfigurator.h"
#include "wilc_wlan_if.h"
+0 −2
Original line number Diff line number Diff line
@@ -11,8 +11,6 @@
 */


/* Os Configuration File */
#include "wilc_platform.h"


#endif
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@
/* #define MEMORY_STATIC */
/* #define USE_OLD_SPI_SW */

#include <linux/semaphore.h>
#include "wilc_oswrapper.h"
#include "linux_wlan_common.h"