[PATCH] ASoC: es9356: Remove unused headers
Charles Keepax <[email protected]> Fri, 31 Jul 2026 16:18:26 +0100
| Newsgroups | org.kernel.vger.linux-sound,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
es9356 doesn't use any SDCA function/regmap features, remove the redundant included headers. Signed-off-by: Charles Keepax <[email protected]> --- sound/soc/codecs/es9356.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sound/soc/codecs/es9356.c b/sound/soc/codecs/es9356.c index a9863900bf709..80db0f2f4aef6 100644 --- a/sound/soc/codecs/es9356.c +++ b/sound/soc/codecs/es9356.c @@ -20,8 +20,6 @@ #include <sound/soc.h> #include <sound/soc-dapm.h> #include <sound/tlv.h> -#include <sound/sdca_function.h> -#include <sound/sdca_regmap.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <sound/jack.h> -- 2.47.3