From 90c604b2246b8135f27bdd5c0cc98fc881ecd12c Mon Sep 17 00:00:00 2001 From: Chaehyun Lim Date: Tue, 15 Sep 2015 14:06:21 +0900 Subject: [PATCH] staging: wilc1000: remove unused defines The macros are not used anywhere in this driver, so just delete it. Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/host_interface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/host_interface.h b/drivers/staging/wilc1000/host_interface.h index a4321a4e9734..f15a878b6e04 100644 --- a/drivers/staging/wilc1000/host_interface.h +++ b/drivers/staging/wilc1000/host_interface.h @@ -14,8 +14,6 @@ /*****************************************************************************/ /* Macros */ /*****************************************************************************/ -#define FAIL 0x0000 -#define SUCCESS 0x0001 #define IP_ALEN 4 -- 2.34.1