[PATCH] ASoC: es9356: Remove unused headers
From: Charles Keepax
Date: Fri Jul 31 2026 - 11:42:50 EST
es9356 doesn't use any SDCA function/regmap features, remove
the redundant included headers.
Signed-off-by: Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx>
---
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