14 Jan
2020
14 Jan
'20
3:13 a.m.
Remove including <linux/version.h> that don't need it.
Signed-off-by: YueHaibing yuehaibing@huawei.com --- sound/soc/codecs/rt700.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/rt700.c b/sound/soc/codecs/rt700.c index b1830c1ebf8a..ff68f0e4f629 100644 --- a/sound/soc/codecs/rt700.c +++ b/sound/soc/codecs/rt700.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>