diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-08-12 21:56:50 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-13 19:37:58 +0100 |
commit | b72a4dc2bede787221a4b1b2e3860f6725f109b5 (patch) | |
tree | b56553ef4bd7d67a1b53a3e2c587dc1d881276d0 | |
parent | 0b759f3b3faa51022752bc4a99ae1af57baf344f (diff) |
ASoC: rt5660: Drop GPIO includes
This driver include two GPIO legacy headers yet doesn't use
symbols from any of them. Drop the includes.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org
Link: https://lore.kernel.org/r/20230812-descriptors-asoc-v1-12-eb4dca1f68af@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org
-rw-r--r-- | sound/soc/codecs/rt5660.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/rt5660.c b/sound/soc/codecs/rt5660.c index eade087b2d8b..0cecfd602415 100644 --- a/sound/soc/codecs/rt5660.c +++ b/sound/soc/codecs/rt5660.c @@ -11,11 +11,9 @@ #include <linux/init.h> #include <linux/delay.h> #include <linux/pm.h> -#include <linux/gpio.h> #include <linux/i2c.h> #include <linux/regmap.h> #include <linux/of.h> -#include <linux/of_gpio.h> #include <linux/platform_device.h> #include <linux/spi/spi.h> #include <linux/acpi.h> |