[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160624062135.GA23457@amitoj-Inspiron-3542>
Date: Fri, 24 Jun 2016 11:51:36 +0530
From: Amitoj Kaur Chawla <amitoj1606@...il.com>
To: lgirdwood@...il.com, broonie@...nel.org, perex@...ex.cz,
tiwai@...e.com, patches@...nsource.wolfsonmicro.com,
alsa-devel@...a-project.org, linux-kernel@...r.kernel.org
Cc: julia.lawall@...6.fr
Subject: [PATCH] ASOC: wm8753: Remove unneeded header file
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@...il.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
Powered by blists - more mailing lists