staging: wilc1000: delete wilc_osconfig.h

This .h file isn't needed at all, so delete it, and the one line that
added it to the build.

Cc: Johnny Kim <johnny.kim@atmel.com>
Cc: Rachel Kim <rachel.kim@atmel.com>
Cc: Dean Lee <dean.lee@atmel.com>
Cc: Chris Park <chris.park@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Greg Kroah-Hartman 2015-08-17 11:20:57 -07:00
parent 6e53191d6e
commit 2b5f12eac0
2 changed files with 0 additions and 10 deletions

View file

@ -1,9 +0,0 @@
/* Logs options */
#define WILC_LOGS_NOTHING 0
#define WILC_LOGS_WARN 1
#define WILC_LOGS_WARN_INFO 2
#define WILC_LOGS_WARN_INFO_DBG 3
#define WILC_LOGS_WARN_INFO_DBG_FN 4
#define WILC_LOGS_ALL 5
#define WILC_LOG_VERBOSITY_LEVEL WILC_LOGS_ALL

View file

@ -14,7 +14,6 @@
#define WILC_OSW_INTERFACE_VER 2
/* Os Configuration File */
#include "wilc_osconfig.h"
#include "wilc_platform.h"
/* Error reporting and handling support */