diff mbox series

[2/3] ASoC: samsung: s3c24xx-i2s: Drop unneeded gpio.h include

Message ID 20220627143412.477226-2-krzysztof.kozlowski@linaro.org
State Accepted
Commit 3e4bac7cf06e46225322f264e7387efe6ddd457e
Headers show
Series [1/3] ASoC: samsung: s3c-i2s-v2: Allow build for unsupported hardware | expand

Commit Message

Krzysztof Kozlowski June 27, 2022, 2:34 p.m. UTC
The module does not use anything from gpio.h header.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 sound/soc/samsung/s3c24xx-i2s.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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>