media: rc: remove unused including <linux/version.h>
authorYueHaibing <yuehaibing@huawei.com>
Thu, 21 Feb 2019 01:32:55 +0000 (20:32 -0500)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Tue, 19 Mar 2019 20:45:25 +0000 (16:45 -0400)
Remove including <linux/version.h> that don't need it.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/rc/ir-rcmm-decoder.c

index f1096ac1e5c5f3b22bacdb02d7c106564b9f742a..64fb65a9a19fb89a3730b09e8aace51768af3114 100644 (file)
@@ -5,7 +5,6 @@
 
 #include "rc-core-priv.h"
 #include <linux/module.h>
-#include <linux/version.h>
 
 #define RCMM_UNIT              166667  /* nanosecs */
 #define RCMM_PREFIX_PULSE      416666  /* 166666.666666666*2.5 */