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

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

staging: wilc1000: delete wilc_oswrapper.h



This patch deletes wilc_oswrapper.h that has nothing inside.

Signed-off-by: default avatarChaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e215a871
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
#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
+0 −1
Original line number Diff line number Diff line
#ifndef WILC_WLAN_H
#define WILC_WLAN_H

#include "wilc_oswrapper.h"


#define ISWILC1000(id)   (((id & 0xfffff000) == 0x100000) ? 1 : 0)
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
/* #define USE_OLD_SPI_SW */

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

/********************************************