All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include
@ 2016-12-15 15:15 Corentin Labbe
  2017-09-19 16:11   ` Mark Brown
  0 siblings, 1 reply; 3+ messages in thread
From: Corentin Labbe @ 2016-12-15 15:15 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, alsa-devel; +Cc: linux-kernel, Corentin Labbe

No file in sound/soc/intel/ use any miscdevice.
This patch remove this uncessary include.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
 sound/soc/intel/atom/sst/sst_acpi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index f4d92bb..a971a58 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -23,7 +23,6 @@
 #include <linux/interrupt.h>
 #include <linux/slab.h>
 #include <linux/io.h>
-#include <linux/miscdevice.h>
 #include <linux/platform_device.h>
 #include <linux/firmware.h>
 #include <linux/pm_runtime.h>
-- 
2.10.2

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

* Applied "ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include" to the asoc tree
  2016-12-15 15:15 [PATCH] ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include Corentin Labbe
@ 2017-09-19 16:11   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-09-19 16:11 UTC (permalink / raw)
  To: Corentin LABBE
  Cc: Corentin Labbe, Mark Brown, lgirdwood, broonie, perex, tiwai,
	alsa-devel, Corentin Labbe, linux-kernel, alsa-devel

The patch

   ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include

has been applied to the asoc tree at

   git://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 870fcae998dd16f3985627b4151ab8491d94b8c7 Mon Sep 17 00:00:00 2001
From: Corentin LABBE <clabbe.montjoie@gmail.com>
Date: Mon, 18 Sep 2017 19:26:07 +0200
Subject: [PATCH] ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include

No file in sound/soc/intel/ use any miscdevice.
This patch remove this uncessary include.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/intel/atom/sst/sst_acpi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index ff4a5175a6cd..4d85ead243f1 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -23,7 +23,6 @@
 #include <linux/interrupt.h>
 #include <linux/slab.h>
 #include <linux/io.h>
-#include <linux/miscdevice.h>
 #include <linux/platform_device.h>
 #include <linux/firmware.h>
 #include <linux/pm_runtime.h>
-- 
2.14.1

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

* Applied "ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include" to the asoc tree
@ 2017-09-19 16:11   ` Mark Brown
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Brown @ 2017-09-19 16:11 UTC (permalink / raw)
  Cc: Corentin Labbe, Mark Brown, lgirdwood

The patch

   ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include

has been applied to the asoc tree at

   git://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 870fcae998dd16f3985627b4151ab8491d94b8c7 Mon Sep 17 00:00:00 2001
From: Corentin LABBE <clabbe.montjoie@gmail.com>
Date: Mon, 18 Sep 2017 19:26:07 +0200
Subject: [PATCH] ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include

No file in sound/soc/intel/ use any miscdevice.
This patch remove this uncessary include.

Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 sound/soc/intel/atom/sst/sst_acpi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/intel/atom/sst/sst_acpi.c b/sound/soc/intel/atom/sst/sst_acpi.c
index ff4a5175a6cd..4d85ead243f1 100644
--- a/sound/soc/intel/atom/sst/sst_acpi.c
+++ b/sound/soc/intel/atom/sst/sst_acpi.c
@@ -23,7 +23,6 @@
 #include <linux/interrupt.h>
 #include <linux/slab.h>
 #include <linux/io.h>
-#include <linux/miscdevice.h>
 #include <linux/platform_device.h>
 #include <linux/firmware.h>
 #include <linux/pm_runtime.h>
-- 
2.14.1

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

end of thread, other threads:[~2017-09-19 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-15 15:15 [PATCH] ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include Corentin Labbe
2017-09-19 16:11 ` Applied "ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include" to the asoc tree Mark Brown
2017-09-19 16:11   ` Mark Brown

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.