public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASOC: wm8753: Remove unneeded header file
@ 2016-06-24  6:21 Amitoj Kaur Chawla
  2016-06-24  8:05 ` Charles Keepax
  2016-06-26 12:02 ` Applied "ASoC: wm8753: Remove unneeded header file" to the asoc tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Amitoj Kaur Chawla @ 2016-06-24  6:21 UTC (permalink / raw)
  To: lgirdwood, broonie, perex, tiwai, patches, alsa-devel,
	linux-kernel
  Cc: julia.lawall

Drop redundant include of moduleparam.h

The Coccinelle semantic patch used to make this change is as follows:
@ includesmodule @
@@

#include <linux/module.h>

@ depends on includesmodule @
@@

- #include <linux/moduleparam.h>

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
---
 sound/soc/codecs/wm8753.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/codecs/wm8753.c b/sound/soc/codecs/wm8753.c
index 6f1024f..b4e6893 100644
--- a/sound/soc/codecs/wm8753.c
+++ b/sound/soc/codecs/wm8753.c
@@ -32,7 +32,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/delay.h>
-- 
1.9.1

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

end of thread, other threads:[~2016-06-26 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-24  6:21 [PATCH] ASOC: wm8753: Remove unneeded header file Amitoj Kaur Chawla
2016-06-24  8:05 ` Charles Keepax
2016-06-26 12:02 ` Applied "ASoC: wm8753: Remove unneeded header file" 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