diff options
author | YueHaibing <yuehaibing@huawei.com> | 2020-01-13 01:31:23 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-01-13 14:58:56 +0000 |
commit | 62d28dcb65fd5ca12994207f17187545923d4f3d (patch) | |
tree | 25d56bbe9ed5adb269a9105322802290cc5ccfad | |
parent | d1ede0641b05e43542a6af330f6ca41014a02a5f (diff) | |
download | lwn-62d28dcb65fd5ca12994207f17187545923d4f3d.tar.gz lwn-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>
-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> |