From 62f463a892420f7e275a6e67af1c465b431a3ac1 Mon Sep 17 00:00:00 2001 From: Chaehyun Lim Date: Thu, 17 Sep 2015 16:48:47 +0900 Subject: [PATCH] staging: wilc1000: remove WILC_TIME typedef This patch removes WILC_TIME typedef that is not used anymore. Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/wilc_platform.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_platform.h b/drivers/staging/wilc1000/wilc_platform.h index 5c867ecd5c77..b7636167f473 100644 --- a/drivers/staging/wilc1000/wilc_platform.h +++ b/drivers/staging/wilc1000/wilc_platform.h @@ -33,8 +33,6 @@ typedef struct __MessageQueue_struct { -/*Time represented in 64 bit format*/ -typedef time_t WILC_Time; /******************************************************************* -- 2.39.2