[PATCH 4/4] ASoC: ti: n810: drop unused header inclusion
From: Sascha Hauer
Date: Wed Jun 03 2026 - 08:19:13 EST
mach-types.h is only needed for machine_is_* macros and is unneeded
in this driver. Remove it.
Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
---
sound/soc/ti/n810.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/ti/n810.c b/sound/soc/ti/n810.c
index 242b07034816d..ce1e7d796004a 100644
--- a/sound/soc/ti/n810.c
+++ b/sound/soc/ti/n810.c
@@ -14,7 +14,6 @@
#include <sound/pcm.h>
#include <sound/soc.h>
-#include <asm/mach-types.h>
#include <linux/gpio/consumer.h>
#include <linux/module.h>
#include <linux/platform_data/asoc-ti-mcbsp.h>
--
2.47.3