diff options
author | Wei Yongjun | 2021-03-09 13:14:55 +0000 |
---|---|---|
committer | Mark Brown | 2021-03-10 13:14:33 +0000 |
commit | d59cfc6544dc19a1d1c1e47d95dd2150da3daf56 (patch) | |
tree | 8753c8d8c444bbec0225389bcd6c783efc4a5d61 | |
parent | d3223608c5bcd938bcf751702ebf4a8b130976da (diff) |
ASoC: rt715-sdca: Remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Link: https://lore.kernel.org/r/20210309131455.1883120-1-weiyongjun1@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/codecs/rt715-sdca.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt715-sdca.c b/sound/soc/codecs/rt715-sdca.c index 92ad6fa408ec..20528afbdc57 100644 --- a/sound/soc/codecs/rt715-sdca.c +++ b/sound/soc/codecs/rt715-sdca.c @@ -9,7 +9,6 @@ #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/pm_runtime.h> |