staging: wilc1000: delete wilc_oswrapper.h
This patch deletes wilc_oswrapper.h that has nothing inside. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e215a87125
commit
9fc42225f2
@ -1,16 +0,0 @@
|
||||
#ifndef __WILC_OSWRAPPER_H__
|
||||
#define __WILC_OSWRAPPER_H__
|
||||
|
||||
/*!
|
||||
* @file wilc_oswrapper.h
|
||||
* @brief Top level OS Wrapper, include this file and it will include all
|
||||
* other files as necessary
|
||||
* @author syounan
|
||||
* @date 10 Aug 2010
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
#endif
|
@ -1,7 +1,6 @@
|
||||
#ifndef WILC_WLAN_H
|
||||
#define WILC_WLAN_H
|
||||
|
||||
#include "wilc_oswrapper.h"
|
||||
|
||||
|
||||
#define ISWILC1000(id) (((id & 0xfffff000) == 0x100000) ? 1 : 0)
|
||||
|
@ -14,7 +14,6 @@
|
||||
/* #define USE_OLD_SPI_SW */
|
||||
|
||||
#include <linux/semaphore.h>
|
||||
#include "wilc_oswrapper.h"
|
||||
#include "linux_wlan_common.h"
|
||||
|
||||
/********************************************
|
||||
|
Loading…
Reference in New Issue
Block a user