diff mbox series

[2/6] wifi: ti: wlcore: sdio: Drop unused include

Message ID 20240131-descriptors-wireless-v1-2-e1c7c5d68746@linaro.org
State New
Headers show
Series Convert some wireless drivers to use GPIO descriptors | expand

Commit Message

Linus Walleij Jan. 31, 2024, 10:37 p.m. UTC
The file is including the legacy GPIO header <linux/gpio.h> but
is not using any symbols from it, drop the header.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/net/wireless/ti/wlcore/sdio.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Kalle Valo Feb. 5, 2024, 6:17 p.m. UTC | #1
Linus Walleij <linus.walleij@linaro.org> wrote:

> The file is including the legacy GPIO header <linux/gpio.h> but
> is not using any symbols from it, drop the header.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

5 patches applied to wireless-next.git, thanks.

04e9c8af8b2d wifi: ti: wlcore: sdio: Drop unused include
b303de763b63 wifi: brcmsmac: Drop legacy header
163857d99531 wifi: mwifiex: Drop unused headers
d8da5a213812 wifi: plfxlc: Drop unused include
2719a9e7156c wifi: cw1200: Convert to GPIO descriptors
diff mbox series

Patch

diff --git a/drivers/net/wireless/ti/wlcore/sdio.c b/drivers/net/wireless/ti/wlcore/sdio.c
index f0686635db46..45dcc7b400c3 100644
--- a/drivers/net/wireless/ti/wlcore/sdio.c
+++ b/drivers/net/wireless/ti/wlcore/sdio.c
@@ -16,7 +16,6 @@ 
 #include <linux/mmc/sdio_ids.h>
 #include <linux/mmc/card.h>
 #include <linux/mmc/host.h>
-#include <linux/gpio.h>
 #include <linux/pm_runtime.h>
 #include <linux/printk.h>
 #include <linux/of.h>