diff mbox series

[-next] ASoC: amd: vangogh: Remove duplicate include files

Message ID 20220514023806.34768-1-yuehaibing@huawei.com (mailing list archive)
State Accepted
Commit d91835655cc9047f8b5c40530791bd3bc020f1bd
Headers show
Series [-next] ASoC: amd: vangogh: Remove duplicate include files | expand

Commit Message

Yue Haibing May 14, 2022, 2:38 a.m. UTC
Remove duplicated includes.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
 sound/soc/amd/vangogh/acp5x-mach.c | 2 --
 1 file changed, 2 deletions(-)

Comments

Mark Brown May 17, 2022, 3:59 p.m. UTC | #1
On Sat, 14 May 2022 10:38:06 +0800, YueHaibing wrote:
> Remove duplicated includes.
> 
> 

Applied to

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

Thanks!

[1/1] ASoC: amd: vangogh: Remove duplicate include files
      commit: d91835655cc9047f8b5c40530791bd3bc020f1bd

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/amd/vangogh/acp5x-mach.c b/sound/soc/amd/vangogh/acp5x-mach.c
index d8b25622f911..727de46860b1 100644
--- a/sound/soc/amd/vangogh/acp5x-mach.c
+++ b/sound/soc/amd/vangogh/acp5x-mach.c
@@ -17,10 +17,8 @@ 
 #include <linux/clk.h>
 #include <linux/gpio.h>
 #include <linux/gpio/consumer.h>
-#include <linux/module.h>
 #include <linux/i2c.h>
 #include <linux/input.h>
-#include <linux/io.h>
 #include <linux/acpi.h>
 #include <linux/dmi.h>