From 2291cf92a460a005f38b598467282a84c73a386e Mon Sep 17 00:00:00 2001 From: Ajay Singh Date: Wed, 25 Apr 2018 22:48:14 +0530 Subject: [PATCH] staging: wilc1000: remove unsed typedef wilc_debug_func Cleanup patch to remove the unused typedef and also removed the unecessary comment about that typedef. Signed-off-by: Ajay Singh Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/wilc_wlan.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wlan.h b/drivers/staging/wilc1000/wilc_wlan.h index 671e4993b781..a5b9c68e1b9c 100644 --- a/drivers/staging/wilc1000/wilc_wlan.h +++ b/drivers/staging/wilc1000/wilc_wlan.h @@ -200,13 +200,6 @@ #define IS_MANAGMEMENT_CALLBACK 0x080 #define IS_MGMT_STATUS_SUCCES 0x040 -/******************************************** - * - * Debug Type - * - ********************************************/ -typedef void (*wilc_debug_func)(u32, char *, ...); - /******************************************** * * Tx/Rx Queue Structure -- 2.30.2