]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
media: remove redundant include moduleparam.h
authorzhong jiang <zhongjiang@huawei.com>
Tue, 18 Sep 2018 08:24:03 +0000 (04:24 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 5 Dec 2018 09:33:45 +0000 (04:33 -0500)
module.h already contained moduleparam.h,  so it is safe to remove
the redundant include.

The issue is detected with the help of Coccinelle.

Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/dvb-frontends/tda18271c2dd.c
drivers/media/pci/cx23885/cx23885-i2c.c
drivers/media/pci/mantis/mantis_cards.c

index 5ce58612315da67f298f9f80979fb80a6faae588..eeb2318c102fe66d7ea7f5cb33f1ef9072aab23e 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <linux/kernel.h>
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/init.h>
 #include <linux/delay.h>
 #include <linux/firmware.h>
index d0df3dfff694e4b3e088b8a893ae0f82eb28e37a..de6809b950ce2df7d7e5f2bda8575e2d302f7903 100644 (file)
@@ -18,7 +18,6 @@
 #include "cx23885.h"
 
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/init.h>
 #include <linux/delay.h>
 #include <asm/io.h>
index 7eb75cb7d75aec93f278252face98ace1ddd6d6f..e544bb9bab902de8fd412a5acff3e7216eb57f7c 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include <linux/module.h>
-#include <linux/moduleparam.h>
 #include <linux/kernel.h>
 #include <linux/pci.h>
 #include <linux/slab.h>