diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2025-03-03 09:41:43 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-03-04 12:29:36 +0000 |
commit | 5c06f7f3d8374df1cec3b353306a4d1032a60f44 (patch) | |
tree | 16a7e272e8c75063ab38b08bb76933a6b670cd18 | |
parent | c4b2d9643a06a5326a778c4d77d6fa60e0f3d6b1 (diff) |
ASoC: samsung: lowland: Drop unused include
This file does not use the symbols from the legacy
<linux/gpio.h> header, so let's drop it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://patch.msgid.link/20250303-samsung-codecs-v1-3-56a2299dd928@linaro.org
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/samsung/lowland.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/samsung/lowland.c b/sound/soc/samsung/lowland.c index 702cb4cc1ce9..d4088b72d43c 100644 --- a/sound/soc/samsung/lowland.c +++ b/sound/soc/samsung/lowland.c @@ -7,7 +7,6 @@ #include <sound/soc.h> #include <sound/soc-dapm.h> #include <sound/jack.h> -#include <linux/gpio.h> #include <linux/module.h> #include "../codecs/wm5100.h" |