diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-01-13 02:31:23 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-13 15:58:56 +0100 |
commit | 62d28dcb65fd5ca12994207f17187545923d4f3d (patch) | |
tree | 25d56bbe9ed5adb269a9105322802290cc5ccfad /sound/soc/codecs/rt711.c | |
parent | ASoC: rt715: add RT715 codec driver (diff) | |
download | linux-62d28dcb65fd5ca12994207f17187545923d4f3d.tar.xz linux-62d28dcb65fd5ca12994207f17187545923d4f3d.zip |
ASoC: rt711: 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/20200113013123.47561-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt711.c')
-rw-r--r-- | sound/soc/codecs/rt711.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/rt711.c b/sound/soc/codecs/rt711.c index 3bebba7a63be..2daed7692a3b 100644 --- a/sound/soc/codecs/rt711.c +++ b/sound/soc/codecs/rt711.c @@ -8,7 +8,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> |