Skip to content

Commit 2ecbc2e

Browse files
cristiccbroonie
authored andcommitted
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>
1 parent 91b98d5 commit 2ecbc2e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

sound/soc/sof/amd/pci-vangogh.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@
1313

1414
#include <linux/module.h>
1515
#include <linux/pci.h>
16-
#include <linux/platform_device.h>
1716
#include <sound/sof.h>
1817
#include <sound/soc-acpi.h>
1918

20-
#include "../ops.h"
2119
#include "../sof-pci-dev.h"
2220
#include "../../amd/mach-config.h"
2321
#include "acp.h"

sound/soc/sof/amd/vangogh.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,9 @@
1212
*/
1313

1414
#include <linux/delay.h>
15-
#include <linux/platform_device.h>
1615
#include <linux/module.h>
1716

18-
#include "../ops.h"
19-
#include "../sof-audio.h"
2017
#include "acp.h"
21-
#include "acp-dsp-offset.h"
2218

2319
#define I2S_HS_INSTANCE 0
2420
#define I2S_BT_INSTANCE 1

0 commit comments

Comments
 (0)