diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2023-09-11 10:23:54 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-09-11 13:50:10 +0200 |
commit | ce22caa4a1f050ceee47b45f2e531cf7bfbe0b63 (patch) | |
tree | 04ddaa25b6016bb1a7b2d21a5ea62dc1241e2bc1 /sound/soc/codecs/max98927.c | |
parent | ASoC: max98520: Drop pointless includes (diff) | |
download | linux-ce22caa4a1f050ceee47b45f2e531cf7bfbe0b63.tar.xz linux-ce22caa4a1f050ceee47b45f2e531cf7bfbe0b63.zip |
ASoC: max98927: Drop pointless includes
This driver is already using solely GPIO descriptors and
do not need to include the legacy headers <linux/gpio.h>
or <linux/of_gpio.h>. Drop them.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230911-descriptors-asoc-max-v2-7-b9d793fb768e@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max98927.c')
-rw-r--r-- | sound/soc/codecs/max98927.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/codecs/max98927.c b/sound/soc/codecs/max98927.c index 776f23d38ac5..70db9d3ff5a5 100644 --- a/sound/soc/codecs/max98927.c +++ b/sound/soc/codecs/max98927.c @@ -15,9 +15,7 @@ #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> -#include <linux/gpio.h> #include <linux/gpio/consumer.h> -#include <linux/of_gpio.h> #include <sound/tlv.h> #include "max98927.h" |