diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-01-16 02:11:42 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-17 15:30:50 +0000 |
commit | a62c449f4cc1498d040d84e6210209c474b5c746 (patch) | |
tree | fa46813370b570f985bcf3fc1d62e28aee3744ea /sound | |
parent | 0e4ba0290e5851833f17b2b56deab6a28827bb07 (diff) | |
download | linux-a62c449f4cc1498d040d84e6210209c474b5c746.tar.gz linux-a62c449f4cc1498d040d84e6210209c474b5c746.tar.bz2 linux-a62c449f4cc1498d040d84e6210209c474b5c746.zip |
ASoC: rt715: remove unused including <linux/version.h>
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20200116021142.149000-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/rt715.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt715.c b/sound/soc/codecs/rt715.c index 4c746938a062..2cbc57b16b13 100644 --- a/sound/soc/codecs/rt715.c +++ b/sound/soc/codecs/rt715.c @@ -10,7 +10,6 @@ #include <linux/module.h> #include <linux/moduleparam.h> -#include <linux/version.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/delay.h> |