summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/rt1015.c
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2023-08-12 22:56:40 +0300
committerMark Brown <broonie@kernel.org>2023-08-13 21:37:50 +0300
commitc7a7f4444b1fd648edc3fb54f2d3822215b46c56 (patch)
tree62cff4a5c40dac5c1f20ccc0fe69bd144f9c6f6a /sound/soc/codecs/rt1015.c
parenta5c8e75b34fa0d399e8e6b304de3bad4d9e41a3a (diff)
downloadlinux-c7a7f4444b1fd648edc3fb54f2d3822215b46c56.tar.xz
ASoC: rt1015: Drop GPIO include
This driver include the GPIO legacy header <linux/gpio.h yet doesn't use symbols from it. Drop the include. Signed-off-by: Linus Walleij <linus.walleij@linaro.org Link: https://lore.kernel.org/r/20230812-descriptors-asoc-v1-2-eb4dca1f68af@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org
Diffstat (limited to 'sound/soc/codecs/rt1015.c')
-rw-r--r--sound/soc/codecs/rt1015.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt1015.c b/sound/soc/codecs/rt1015.c
index 38d9f69b08d6..99ec0f9a8362 100644
--- a/sound/soc/codecs/rt1015.c
+++ b/sound/soc/codecs/rt1015.c
@@ -12,7 +12,6 @@
#include <linux/delay.h>
#include <linux/firmware.h>
#include <linux/fs.h>
-#include <linux/gpio.h>
#include <linux/i2c.h>
#include <linux/init.h>
#include <linux/module.h>