aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/ti
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-09-26 15:25:33 +0200
committerMark Brown <broonie@kernel.org>2023-10-02 14:06:22 +0100
commit67ebde42034ec8d199ec7877efed4bd08eb0c5e0 (patch)
treea8a7438bbe1767313241a9dc3167d5b91b505683 /sound/soc/ti
parentASoC: ti: Convert Pandora ASoC to GPIO descriptors (diff)
downloadwireguard-linux-67ebde42034ec8d199ec7877efed4bd08eb0c5e0.tar.xz
wireguard-linux-67ebde42034ec8d199ec7877efed4bd08eb0c5e0.zip
ASoC: ti: osk5912: Drop unused include
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> Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Link: https://lore.kernel.org/r/20230926-descriptors-asoc-ti-v1-5-60cf4f8adbc5@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/ti')
-rw-r--r--sound/soc/ti/osk5912.c1
1 files changed, 0 insertions, 1 deletions
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>