From: Ajay Singh Date: Wed, 25 Apr 2018 17:18:14 +0000 (+0530) Subject: staging: wilc1000: remove unsed typedef wilc_debug_func X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2291cf92a460a005f38b598467282a84c73a386e;p=openwrt%2Fstaging%2Fblogic.git 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 --- 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