26 Sep
2023
26 Sep
'23
3:25 p.m.
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 --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>
--
2.34.1