diff options
author | zhong jiang <zhongjiang@huawei.com> | 2018-09-18 04:24:03 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-12-05 04:33:45 -0500 |
commit | 330abed79aade860296cd4100a8573d21b067d9b (patch) | |
tree | 797c04d7fc4183b08fddfa3314307ebbd278cd62 /drivers/media/dvb-frontends | |
parent | e4cf679c9a0ff0a9dfdb1392d9ed86bb6a00a24b (diff) | |
download | linux-rpi-330abed79aade860296cd4100a8573d21b067d9b.tar.gz linux-rpi-330abed79aade860296cd4100a8573d21b067d9b.tar.bz2 linux-rpi-330abed79aade860296cd4100a8573d21b067d9b.zip |
media: remove redundant include moduleparam.h
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>
Diffstat (limited to 'drivers/media/dvb-frontends')
-rw-r--r-- | drivers/media/dvb-frontends/tda18271c2dd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/tda18271c2dd.c b/drivers/media/dvb-frontends/tda18271c2dd.c index 5ce58612315d..eeb2318c102f 100644 --- a/drivers/media/dvb-frontends/tda18271c2dd.c +++ b/drivers/media/dvb-frontends/tda18271c2dd.c @@ -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> |