From 298a52a37ab7e48ce2804841073c34bba576ccf5 Mon Sep 17 00:00:00 2001 From: Fabio Aiuto Date: Tue, 15 Jun 2021 13:45:33 +0200 Subject: [PATCH] staging: rtl8723bs: remove unused WAKEUP_GPIO_IDX macro definition remove unused WAKEUP_GPIO_IDX macro definition. Reviewed-by: Hans de Goede Signed-off-by: Fabio Aiuto Link: https://lore.kernel.org/r/6bf5ddf3e4465840cdfcca79a524645cdaf0104d.1623756906.git.fabioaiuto83@gmail.com Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8723bs/include/autoconf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/staging/rtl8723bs/include/autoconf.h b/drivers/staging/rtl8723bs/include/autoconf.h index 4b2cf86b8aa4..eab934229789 100644 --- a/drivers/staging/rtl8723bs/include/autoconf.h +++ b/drivers/staging/rtl8723bs/include/autoconf.h @@ -25,8 +25,3 @@ #define HAL_BB_ENABLE 1 #define HAL_RF_ENABLE 1 #endif - -/* - * Platform dependent - */ -#define WAKEUP_GPIO_IDX 12 /* WIFI Chip Side */