diff options
author | Mark Brown <broonie@kernel.org> | 2018-10-21 17:59:23 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-10-21 17:59:23 +0200 |
commit | 65dfb6d6dd2850f3f99f08536d2b14190350c854 (patch) | |
tree | e8b0468b3e4d4d54dbea68c9ffce9fd8648be2aa /sound/soc/codecs/wm8974.c | |
parent | Merge branch 'asoc-4.19' into asoc-linus (diff) | |
parent | ASoC: sun4i-i2s: move code from startup/shutdown hooks into pm_runtime hooks (diff) | |
download | linux-65dfb6d6dd2850f3f99f08536d2b14190350c854.tar.xz linux-65dfb6d6dd2850f3f99f08536d2b14190350c854.zip |
Merge branch 'asoc-4.20' into asoc-next
Diffstat (limited to 'sound/soc/codecs/wm8974.c')
-rw-r--r-- | sound/soc/codecs/wm8974.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm8974.c b/sound/soc/codecs/wm8974.c index 43edaf8cd276..593a11960888 100644 --- a/sound/soc/codecs/wm8974.c +++ b/sound/soc/codecs/wm8974.c @@ -11,7 +11,6 @@ */ #include <linux/module.h> -#include <linux/moduleparam.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/delay.h> |