media: rc: remove unused including <linux/version.h>
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>
This commit is contained in:
parent
a3d7f22ef3
commit
3c73b8a40d
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue