The Linux Kernel Mailing List
 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 ` Applied "ASoC: Intel: Atom: Remove unneeded linux/miscdevice.h include" to the asoc tree Mark Brown
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

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

Thread overview: 2+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox