Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: SOF: amd: Drop unused includes from Vangogh driver

Remove all the includes for headers which are not (directly) used from
the Vangogh SOF driver sources.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Reviewed-by: Venkata Prasad Potturu <venkataprasad.potturu@amd.com>
Link: https://patch.msgid.link/20250207-sof-vangogh-fixes-v1-2-67824c1e4c9a@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Cristian Ciocaltea and committed by
Mark Brown
2ecbc2e9 91b98d5a

-6
-2
sound/soc/sof/amd/pci-vangogh.c
··· 13 13 14 14 #include <linux/module.h> 15 15 #include <linux/pci.h> 16 - #include <linux/platform_device.h> 17 16 #include <sound/sof.h> 18 17 #include <sound/soc-acpi.h> 19 18 20 - #include "../ops.h" 21 19 #include "../sof-pci-dev.h" 22 20 #include "../../amd/mach-config.h" 23 21 #include "acp.h"
-4
sound/soc/sof/amd/vangogh.c
··· 12 12 */ 13 13 14 14 #include <linux/delay.h> 15 - #include <linux/platform_device.h> 16 15 #include <linux/module.h> 17 16 18 - #include "../ops.h" 19 - #include "../sof-audio.h" 20 17 #include "acp.h" 21 - #include "acp-dsp-offset.h" 22 18 23 19 #define I2S_HS_INSTANCE 0 24 20 #define I2S_BT_INSTANCE 1