Skip to content

Commit

Permalink
ASoC: SOF: amd: Drop unused includes from Vangogh driver
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Cristian Ciocaltea authored and Mark Brown committed Feb 10, 2025
1 parent 91b98d5 commit 2ecbc2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions sound/soc/sof/amd/pci-vangogh.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@

#include <linux/module.h>
#include <linux/pci.h>
#include <linux/platform_device.h>
#include <sound/sof.h>
#include <sound/soc-acpi.h>

#include "../ops.h"
#include "../sof-pci-dev.h"
#include "../../amd/mach-config.h"
#include "acp.h"
Expand Down
4 changes: 0 additions & 4 deletions sound/soc/sof/amd/vangogh.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@
*/

#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/module.h>

#include "../ops.h"
#include "../sof-audio.h"
#include "acp.h"
#include "acp-dsp-offset.h"

#define I2S_HS_INSTANCE 0
#define I2S_BT_INSTANCE 1
Expand Down

0 comments on commit 2ecbc2e

Please sign in to comment.