diff options
author | Fabio Aiuto <[email protected]> | 2021-06-15 13:45:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-06-15 15:24:23 +0200 |
commit | 298a52a37ab7e48ce2804841073c34bba576ccf5 (patch) | |
tree | a37023672a36feee7b79112bc4b7a96f1e9fe646 | |
parent | 6f8b3e04bfa671d6f3818f449cb581efbfd0a732 (diff) |
staging: rtl8723bs: remove unused WAKEUP_GPIO_IDX macro definition
remove unused WAKEUP_GPIO_IDX macro definition.
Reviewed-by: Hans de Goede <[email protected]>
Signed-off-by: Fabio Aiuto <[email protected]>
Link: https://lore.kernel.org/r/6bf5ddf3e4465840cdfcca79a524645cdaf0104d.1623756906.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/rtl8723bs/include/autoconf.h | 5 |
1 files changed, 0 insertions, 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 */ |