diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2025-03-03 09:41:41 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-03-04 12:29:34 +0000 |
commit | b19d340d5d08c5940ce612c2a1b5fe3a8a401f9d (patch) | |
tree | c14ae27b85e155af436afe29f66df3660e8430ab /sound/soc/samsung | |
parent | a02c42d41af7d66db71ca43c52531c3253ebe35e (diff) |
ASoC: samsung: bells: 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-1-56a2299dd928@linaro.org
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r-- | sound/soc/samsung/bells.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/samsung/bells.c b/sound/soc/samsung/bells.c index 365b1aca4855..b4c0857ae351 100644 --- a/sound/soc/samsung/bells.c +++ b/sound/soc/samsung/bells.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/wm5102.h" |