diff mbox series

ASoC: SOF: amd: remove duplicated including

Message ID 202312151719+0800-wangjinchao@xfusion.com (mailing list archive)
State Accepted
Commit 02842209fc29bddb2b673ceb8f681267857c4bc1
Headers show
Series ASoC: SOF: amd: remove duplicated including | expand

Commit Message

Wang Jinchao Dec. 15, 2023, 9:20 a.m. UTC
remove the second \#include "../sof-audio.h"

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
---
 sound/soc/sof/amd/acp-common.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown Dec. 15, 2023, 3:05 p.m. UTC | #1
On Fri, 15 Dec 2023 17:20:00 +0800, Wang Jinchao wrote:
> remove the second \#include "../sof-audio.h"
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: SOF: amd: remove duplicated including
      commit: 02842209fc29bddb2b673ceb8f681267857c4bc1

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
diff mbox series

Patch

diff --git a/sound/soc/sof/amd/acp-common.c b/sound/soc/sof/amd/acp-common.c
index 3a0c7688dcfe..2d72c6d55dc8 100644
--- a/sound/soc/sof/amd/acp-common.c
+++ b/sound/soc/sof/amd/acp-common.c
@@ -13,7 +13,6 @@ 
 #include "../sof-priv.h"
 #include "../sof-audio.h"
 #include "../ops.h"
-#include "../sof-audio.h"
 #include "acp.h"
 #include "acp-dsp-offset.h"
 #include <sound/sof/xtensa.h>