diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-12-01 14:20:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-01 16:59:25 +0000 |
commit | 9c16cfe42d9fbfd258a3928b4a054d6b3ef932b0 (patch) | |
tree | 88a1222dddf7061a3db061d0e68ee4ac88930132 | |
parent | c6324cafd8370c2254f90a33b7327c45e7a58bbd (diff) |
ASoC: cs4349: Drop legacy include
This driver includes the legacy GPIO API <linux/gpio.h> but
does not use any symbols from it.
Drop the include.
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20231201-descriptors-sound-cirrus-v2-10-ee9f9d4655eb@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/cs4349.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/cs4349.c b/sound/soc/codecs/cs4349.c index 9083228495d4..ca8f21aa4837 100644 --- a/sound/soc/codecs/cs4349.c +++ b/sound/soc/codecs/cs4349.c @@ -13,7 +13,6 @@ #include <linux/kernel.h> #include <linux/init.h> #include <linux/delay.h> -#include <linux/gpio.h> #include <linux/gpio/consumer.h> #include <linux/platform_device.h> #include <linux/pm.h> |