Commit 2b5f12ea authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6e53191d
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
/* 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
+0 −1
Original line number Diff line number Diff line
@@ -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 */