* [PATCH] ASoC: wm0010: Remove unneeded linux/miscdevice.h include
@ 2016-12-15 15:19 Corentin Labbe
2016-12-15 15:45 ` Richard Fitzgerald
0 siblings, 1 reply; 2+ messages in thread
From: Corentin Labbe @ 2016-12-15 15:19 UTC (permalink / raw)
To: lgirdwood, broonie, perex, tiwai, patches, alsa-devel
Cc: linux-kernel, Corentin Labbe
sound/soc/codecs/wm0010.c does not use any miscdevice so this patch
remove this unnecessary inclusion.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
---
sound/soc/codecs/wm0010.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c
index 0eb5dcf..4f5f571 100644
--- a/sound/soc/codecs/wm0010.c
+++ b/sound/soc/codecs/wm0010.c
@@ -21,7 +21,6 @@
#include <linux/firmware.h>
#include <linux/delay.h>
#include <linux/fs.h>
-#include <linux/miscdevice.h>
#include <linux/gpio.h>
#include <linux/regulator/consumer.h>
#include <linux/mutex.h>
--
2.10.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ASoC: wm0010: Remove unneeded linux/miscdevice.h include
2016-12-15 15:19 [PATCH] ASoC: wm0010: Remove unneeded linux/miscdevice.h include Corentin Labbe
@ 2016-12-15 15:45 ` Richard Fitzgerald
0 siblings, 0 replies; 2+ messages in thread
From: Richard Fitzgerald @ 2016-12-15 15:45 UTC (permalink / raw)
To: Corentin Labbe
Cc: lgirdwood, broonie, perex, tiwai, patches, alsa-devel,
linux-kernel
On Thu, 2016-12-15 at 16:19 +0100, Corentin Labbe wrote:
> sound/soc/codecs/wm0010.c does not use any miscdevice so this patch
> remove this unnecessary inclusion.
>
> Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
> ---
> sound/soc/codecs/wm0010.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/sound/soc/codecs/wm0010.c b/sound/soc/codecs/wm0010.c
> index 0eb5dcf..4f5f571 100644
> --- a/sound/soc/codecs/wm0010.c
> +++ b/sound/soc/codecs/wm0010.c
> @@ -21,7 +21,6 @@
> #include <linux/firmware.h>
> #include <linux/delay.h>
> #include <linux/fs.h>
> -#include <linux/miscdevice.h>
> #include <linux/gpio.h>
> #include <linux/regulator/consumer.h>
> #include <linux/mutex.h>
Looks ok to me.
Acked-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-15 15:45 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:19 [PATCH] ASoC: wm0010: Remove unneeded linux/miscdevice.h include Corentin Labbe
2016-12-15 15:45 ` Richard Fitzgerald
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).