linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 43/45] sound/soc/zte: remove duplicate includes
@ 2017-12-10 18:32 Pravin Shedge
  2018-05-17  6:38 ` Mark Brown
  2018-05-17 16:38 ` Applied "ASoC: zte: remove duplicate includes" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Pravin Shedge @ 2017-12-10 18:32 UTC (permalink / raw)
  To: jun.nie, baoyou.xie, shawnguo, lgirdwood, broonie, perex, tiwai,
	linux-arm-kernel, alsa-devel
  Cc: linux-kernel, pravin.shedge4linux

These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
---
 sound/soc/zte/zx-i2s.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sound/soc/zte/zx-i2s.c b/sound/soc/zte/zx-i2s.c
index 9a05659..93428e1 100644
--- a/sound/soc/zte/zx-i2s.c
+++ b/sound/soc/zte/zx-i2s.c
@@ -20,9 +20,6 @@
 #include <sound/core.h>
 #include <sound/dmaengine_pcm.h>
 #include <sound/initval.h>
-#include <sound/pcm.h>
-#include <sound/pcm_params.h>
-#include <sound/soc.h>
 
 #define ZX_I2S_PROCESS_CTRL	0x04
 #define ZX_I2S_TIMING_CTRL	0x08
-- 
2.7.4

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

* Re: [PATCH 43/45] sound/soc/zte: remove duplicate includes
  2017-12-10 18:32 [PATCH 43/45] sound/soc/zte: remove duplicate includes Pravin Shedge
@ 2018-05-17  6:38 ` Mark Brown
  2018-05-17 16:38 ` Applied "ASoC: zte: remove duplicate includes" to the asoc tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2018-05-17  6:38 UTC (permalink / raw)
  To: Pravin Shedge
  Cc: jun.nie, baoyou.xie, shawnguo, lgirdwood, perex, tiwai,
	linux-arm-kernel, alsa-devel, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

On Mon, Dec 11, 2017 at 12:02:03AM +0530, Pravin Shedge wrote:
> These duplicate includes have been found with scripts/checkincludes.pl but
> they have been removed manually to avoid removing false positives.

Please use subject lines matching the style for the subsystem.  This
makes it easier for people to identify relevant patches.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* Applied "ASoC: zte: remove duplicate includes" to the asoc tree
  2017-12-10 18:32 [PATCH 43/45] sound/soc/zte: remove duplicate includes Pravin Shedge
  2018-05-17  6:38 ` Mark Brown
@ 2018-05-17 16:38 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2018-05-17 16:38 UTC (permalink / raw)
  To: Pravin Shedge
  Cc: Mark Brown, jun.nie, baoyou.xie, shawnguo, lgirdwood, broonie,
	perex, tiwai, linux-arm-kernel, alsa-devel, pravin.shedge4linux,
	linux-kernel, alsa-devel

The patch

   ASoC: zte: remove duplicate includes

has been applied to the asoc tree at

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

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

>From 3439a083a13981f0da276cb2aeae84bd4e437b2e Mon Sep 17 00:00:00 2001
From: Pravin Shedge <pravin.shedge4linux@gmail.com>
Date: Mon, 11 Dec 2017 00:02:03 +0530
Subject: [PATCH] ASoC: zte: remove duplicate includes

These duplicate includes have been found with scripts/checkincludes.pl but
they have been removed manually to avoid removing false positives.

Signed-off-by: Pravin Shedge <pravin.shedge4linux@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/zte/zx-i2s.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sound/soc/zte/zx-i2s.c b/sound/soc/zte/zx-i2s.c
index b6b056c607fa..0d36630aa1a7 100644
--- a/sound/soc/zte/zx-i2s.c
+++ b/sound/soc/zte/zx-i2s.c
@@ -20,9 +20,6 @@
 #include <sound/core.h>
 #include <sound/dmaengine_pcm.h>
 #include <sound/initval.h>
-#include <sound/pcm.h>
-#include <sound/pcm_params.h>
-#include <sound/soc.h>
 
 #define ZX_I2S_PROCESS_CTRL	0x04
 #define ZX_I2S_TIMING_CTRL	0x08
-- 
2.17.0

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

end of thread, other threads:[~2018-05-17 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-10 18:32 [PATCH 43/45] sound/soc/zte: remove duplicate includes Pravin Shedge
2018-05-17  6:38 ` Mark Brown
2018-05-17 16:38 ` Applied "ASoC: zte: remove duplicate includes" to the asoc tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).