]> git.itanic.dy.fi Git - linux-stable/commitdiff
ASoC: mt8173-rt5650-rt5514: Drop unused includes
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 6 Oct 2023 13:46:27 +0000 (15:46 +0200)
committerMark Brown <broonie@kernel.org>
Mon, 9 Oct 2023 13:27:46 +0000 (14:27 +0100)
This driver includes the legacy GPIO header <linux/gpio.h> and
<linux/of_gpio.h> but does not use any symbols from either of
them so drop the includes.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20231006-descriptors-asoc-mediatek-v1-4-07fe79f337f5@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/mediatek/mt8173/mt8173-rt5650-rt5514.c

index fe1235d3de6457e7e92502bf5793b52d9729af68..4ed06c269065249798a17859f9c7618f17e32723 100644 (file)
@@ -7,8 +7,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/gpio.h>
-#include <linux/of_gpio.h>
 #include <sound/soc.h>
 #include <sound/jack.h>
 #include "../../codecs/rt5645.h"