Message ID | 20240131-descriptors-wireless-v1-2-e1c7c5d68746@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 04e9c8af8b2d9b51febb522c1f2dae7521dbc154 |
Delegated to: | Kalle Valo |
Headers | show |
Series | Convert some wireless drivers to use GPIO descriptors | expand |
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 --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>
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(-)