]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: delete wilc_oswrapper.h
authorChaehyun Lim <chaehyun.lim@gmail.com>
Tue, 29 Sep 2015 23:15:42 +0000 (08:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 30 Sep 2015 02:58:52 +0000 (04:58 +0200)
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>
drivers/staging/wilc1000/wilc_oswrapper.h [deleted file]
drivers/staging/wilc1000/wilc_wlan.h
drivers/staging/wilc1000/wilc_wlan_if.h

diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h
deleted file mode 100644 (file)
index 10d16e9..0000000
+++ /dev/null
@@ -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
index 1ed4e2c9d39699a10200387c6e4b285535a1dd52..7b1a872d22b0196899b6d240e40f3df33121cb29 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef WILC_WLAN_H
 #define WILC_WLAN_H
 
-#include "wilc_oswrapper.h"
 
 
 #define ISWILC1000(id)   (((id & 0xfffff000) == 0x100000) ? 1 : 0)
index e4807aecd54aeddda3641b47463769a585608305..c0b5df92fa6addbe051a33b4e696c96601d39d7d 100644 (file)
@@ -14,7 +14,6 @@
 /* #define USE_OLD_SPI_SW */
 
 #include <linux/semaphore.h>
-#include "wilc_oswrapper.h"
 #include "linux_wlan_common.h"
 
 /********************************************