aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Yan <yanaijie@huawei.com>2020-04-26 11:43:16 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-03 16:10:16 +0200
commit07be6f4cfd989df2fa03b0bb931e2eb909c58ab5 (patch)
treee4eec25eb3bde40f5059a853dbac82d573c79597
parentmedia: atomisp: cleanup isys_irq headers (diff)
downloadlinux-dev-07be6f4cfd989df2fa03b0bb931e2eb909c58ab5.tar.xz
linux-dev-07be6f4cfd989df2fa03b0bb931e2eb909c58ab5.zip
media: mxl5xx: remove unused including <linux/version.h>
Fix the following versioncheck warning: drivers/media/dvb-frontends/mxl5xx.c:30:1: unused including <linux/version.h> Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Jason Yan <yanaijie@huawei.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
-rw-r--r--drivers/media/dvb-frontends/mxl5xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/mxl5xx.c b/drivers/media/dvb-frontends/mxl5xx.c
index 290b9eab099f..621d2cbb2bcd 100644
--- a/drivers/media/dvb-frontends/mxl5xx.c
+++ b/drivers/media/dvb-frontends/mxl5xx.c
@@ -27,7 +27,6 @@
#include <linux/delay.h>
#include <linux/firmware.h>
#include <linux/i2c.h>
-#include <linux/version.h>
#include <linux/mutex.h>
#include <linux/vmalloc.h>
#include <asm/div64.h>