[PATCH 4/4] ASoC: ti: n810: drop unused header inclusion
Sascha Hauer <[email protected]>
| Newsgroups | org.kernel.vger.linux-omap,org.kernel.vger.linux-kernel,org.kernel.vger.linux-sound |
|---|---|
| Message-ID | <20260603-asoc-remove-mach-types-h-v1-4-2b9446dff0c1@pengutronix.de> |
mach-types.h is only needed for machine_is_* macros and is unneeded in this driver. Remove it. Signed-off-by: Sascha Hauer <[email protected]> --- 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