diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-12-01 14:20:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-12-01 16:59:24 +0000 |
commit | c6324cafd8370c2254f90a33b7327c45e7a58bbd (patch) | |
tree | ae15f0c77c09defe6ff718ca1b3b98926c5c8a13 | |
parent | 0ec65e8e2219a91987cbb041387d94d40cab38b2 (diff) | |
download | lwn-c6324cafd8370c2254f90a33b7327c45e7a58bbd.tar.gz lwn-c6324cafd8370c2254f90a33b7327c45e7a58bbd.zip |
ASoC: cs43130: Drop legacy includes
This driver includes the legacy GPIO APIs <linux/gpio.h> and
<linux/of_gpio.h> but does not use any symbols from any of
them.
Drop the includes.
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-9-ee9f9d4655eb@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/cs43130.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/cs43130.c b/sound/soc/codecs/cs43130.c index 0f3ead84665f..b6d829bbe3cc 100644 --- a/sound/soc/codecs/cs43130.c +++ b/sound/soc/codecs/cs43130.c @@ -11,7 +11,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> @@ -26,7 +25,6 @@ #include <sound/soc-dapm.h> #include <sound/initval.h> #include <sound/tlv.h> -#include <linux/of_gpio.h> #include <linux/regulator/consumer.h> #include <linux/pm_runtime.h> #include <linux/completion.h> |