All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: amd: remove duplicate include in acp5x-mach.c
@ 2021-10-19  6:03 ` cgel.zte
  0 siblings, 0 replies; 2+ messages in thread
From: cgel.zte @ 2021-10-19  6:03 UTC (permalink / raw)
  To: lgirdwood
  Cc: broonie, perex, tiwai, lv.ruyi, Vijendar.Mukunda, alsa-devel,
	linux-kernel, Zeal Robot

From: Lv Ruyi <lv.ruyi@zte.com.cn>

'linux/io.h' and 'linux/module.h' included in 'acp5x-mach.c' is
duplicated.Only one duplicate header file is reserved.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Lv Ruyi <lv.ruyi@zte.com.cn>
---
 sound/soc/amd/vangogh/acp5x-mach.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sound/soc/amd/vangogh/acp5x-mach.c b/sound/soc/amd/vangogh/acp5x-mach.c
index 14cf325e4b23..2d9229ba9c59 100644
--- a/sound/soc/amd/vangogh/acp5x-mach.c
+++ b/sound/soc/amd/vangogh/acp5x-mach.c
@@ -8,16 +8,14 @@
 
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
-#include <linux/module.h>
-#include <linux/io.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
-
 #include <sound/jack.h>
+
 #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>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ASoC: amd: remove duplicate include in acp5x-mach.c
@ 2021-10-19  6:03 ` cgel.zte
  0 siblings, 0 replies; 2+ messages in thread
From: cgel.zte @ 2021-10-19  6:03 UTC (permalink / raw)
  To: lgirdwood
  Cc: alsa-devel, linux-kernel, lv.ruyi, tiwai, broonie,
	Vijendar.Mukunda, Zeal Robot

From: Lv Ruyi <lv.ruyi@zte.com.cn>

'linux/io.h' and 'linux/module.h' included in 'acp5x-mach.c' is
duplicated.Only one duplicate header file is reserved.

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: Lv Ruyi <lv.ruyi@zte.com.cn>
---
 sound/soc/amd/vangogh/acp5x-mach.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sound/soc/amd/vangogh/acp5x-mach.c b/sound/soc/amd/vangogh/acp5x-mach.c
index 14cf325e4b23..2d9229ba9c59 100644
--- a/sound/soc/amd/vangogh/acp5x-mach.c
+++ b/sound/soc/amd/vangogh/acp5x-mach.c
@@ -8,16 +8,14 @@
 
 #include <sound/soc.h>
 #include <sound/soc-dapm.h>
-#include <linux/module.h>
-#include <linux/io.h>
 #include <sound/pcm.h>
 #include <sound/pcm_params.h>
-
 #include <sound/jack.h>
+
 #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>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-19  6:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-19  6:03 [PATCH] ASoC: amd: remove duplicate include in acp5x-mach.c cgel.zte
2021-10-19  6:03 ` cgel.zte

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.