diff options
author | zhong jiang <zhongjiang@huawei.com> | 2018-09-18 10:16:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-09-18 19:28:29 +0200 |
commit | 29ca7d32d7f10737e8d165fcf40fe31d44b06bee (patch) | |
tree | 62196cb31b6360e76bee0092e21c9c5d5061d334 /sound/soc/codecs/rt5651.c | |
parent | ASoC: soc-core: add snd_soc_is_matching_component() (diff) | |
download | linux-29ca7d32d7f10737e8d165fcf40fe31d44b06bee.tar.xz linux-29ca7d32d7f10737e8d165fcf40fe31d44b06bee.zip |
ASoC: remove redundant include
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>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5651.c')
-rw-r--r-- | sound/soc/codecs/rt5651.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt5651.c b/sound/soc/codecs/rt5651.c index 985852fd9723..b613103d801b 100644 --- a/sound/soc/codecs/rt5651.c +++ b/sound/soc/codecs/rt5651.c @@ -10,7 +10,6 @@ */ #include <linux/module.h> -#include <linux/moduleparam.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/pm.h> |