diff mbox series

[5/5] ASoC: ti: osk5912: Drop unused include

Message ID 20230926-descriptors-asoc-ti-v1-5-60cf4f8adbc5@linaro.org
State New
Headers show
Series GPIO descriptors for TI ASoC codecs | expand

Commit Message

Linus Walleij Sept. 26, 2023, 1:25 p.m. UTC
This driver includes the legacy header <linux/gpio.h> but doesn't
use it. Drop the include.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 sound/soc/ti/osk5912.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/soc/ti/osk5912.c b/sound/soc/ti/osk5912.c
index 2790c8915f55..12f0c3a15201 100644
--- a/sound/soc/ti/osk5912.c
+++ b/sound/soc/ti/osk5912.c
@@ -14,7 +14,6 @@ 
 #include <sound/soc.h>
 
 #include <asm/mach-types.h>
-#include <linux/gpio.h>
 #include <linux/module.h>
 #include <linux/platform_data/asoc-ti-mcbsp.h>