[PATCH 0/4] ASoC: drop some mach-types.h inclusions
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-0-2b9446dff0c1@pengutronix.de> |
This series drops some mach-types.h inclusions by - removing dead machine_is_* macros because the boards are converted to dt - removing a driver that entirely hangs on a machine_is_* macro for a machine that is converted to dt - removing unnecessary inclusion because nothing from the header is used. Signed-off-by: Sascha Hauer <[email protected]> --- Sascha Hauer (4): ASoC: fsl: eukrea-tlv320: drop unused machine support ASoC: ti: omap3pandora: remove ASoC: ti: rx51: drop unnecessary machine checks ASoC: ti: n810: drop unused header inclusion sound/soc/fsl/eukrea-tlv320.c | 12 +- sound/soc/ti/Kconfig | 9 -- sound/soc/ti/Makefile | 2 - sound/soc/ti/n810.c | 1 - sound/soc/ti/omap3pandora.c | 290 ------------------------------------------ sound/soc/ti/rx51.c | 5 - 6 files changed, 3 insertions(+), 316 deletions(-) --- base-commit: ba3e43a9e601636f5edb54e259a74f96ca3b8fd8 change-id: 20260603-asoc-remove-mach-types-h-d9293eafe2c8 Best regards, -- Sascha Hauer <[email protected]>