diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-06-27 16:34:11 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-06-27 23:26:49 +0100 |
commit | 3e4bac7cf06e46225322f264e7387efe6ddd457e (patch) | |
tree | 1f38b7943bf09b8f0848958e09f8d653d11b3bfc /sound/soc/samsung | |
parent | 17a1ffc7bc4d5b4657d0f3fe5c01778d8fcab9a3 (diff) | |
download | linux-3e4bac7cf06e46225322f264e7387efe6ddd457e.tar.bz2 |
ASoC: samsung: s3c24xx-i2s: Drop unneeded gpio.h include
The module does not use anything from gpio.h header.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220627143412.477226-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/samsung')
-rw-r--r-- | sound/soc/samsung/s3c24xx-i2s.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/samsung/s3c24xx-i2s.c b/sound/soc/samsung/s3c24xx-i2s.c index c1a314b86b15..44e93dc16fc3 100644 --- a/sound/soc/samsung/s3c24xx-i2s.c +++ b/sound/soc/samsung/s3c24xx-i2s.c @@ -12,7 +12,6 @@ #include <linux/delay.h> #include <linux/clk.h> #include <linux/io.h> -#include <linux/gpio.h> #include <linux/module.h> #include <sound/soc.h> |