From 498767e336d0a0a3521ae9426177d82453555ab3 Mon Sep 17 00:00:00 2001 From: Chaehyun Lim Date: Wed, 23 Sep 2015 18:03:48 +0900 Subject: [PATCH] staging: wilc1000: remove WILC_OSW_INTERFACE_VER define This patch removes WILC_OSW_INTERFACE_VER define that is not used anywhere. Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/wilc_oswrapper.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h index 4f7bd89136ae..5456c9674cc7 100644 --- a/drivers/staging/wilc1000/wilc_oswrapper.h +++ b/drivers/staging/wilc1000/wilc_oswrapper.h @@ -10,8 +10,6 @@ * @version 1.0 */ -/* OS Wrapper interface version */ -#define WILC_OSW_INTERFACE_VER 2 /* Os Configuration File */ #include "wilc_platform.h" -- 2.34.1