diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-09-26 16:25:33 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-10-02 16:06:22 +0300 |
commit | 67ebde42034ec8d199ec7877efed4bd08eb0c5e0 (patch) | |
tree | a8a7438bbe1767313241a9dc3167d5b91b505683 | |
parent | 319e6ac143b9e9048e527ab9dd2aabb8fdf3d60f (diff) | |
download | linux-67ebde42034ec8d199ec7877efed4bd08eb0c5e0.tar.xz |
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>
-rw-r--r-- | sound/soc/ti/osk5912.c | 1 |
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> |