Commit c3ea8a72 authored by Dean Lee's avatar Dean Lee Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: rework include wilc_oswrapper.h



rework line '#include "wilc_oswrapper.h"'
it does not used anywhere after change own data type to common data type.

Signed-off-by: default avatarDean Lee <dean.lee@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 56df900c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@
#ifndef CORECONFIGURATOR_H
#define CORECONFIGURATOR_H

#include "wilc_oswrapper.h"
#include "wilc_wlan_if.h"
/*****************************************************************************/
/* Constants                                                                 */
+0 −1
Original line number Diff line number Diff line


#include "wilc_oswrapper.h"
#include "fifo_buffer.h"


+4 −1
Original line number Diff line number Diff line

#include "wilc_oswrapper.h"
#include <linux/types.h>
#include <linux/semaphore.h>
#include "wilc_memory.h"
#include "wilc_strutils.h"


#define tHANDLE	void *
+0 −1
Original line number Diff line number Diff line
#include "host_interface.h"
#include "wilc_oswrapper.h"
#include "coreconfigurator.h"

extern s32 TransportInit(void);
+1 −1
Original line number Diff line number Diff line

#include "wilc_oswrapper.h"
#include "wilc_memory.h"

/*!
 *  @author	syounan
Loading