diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-12-29 09:29:42 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2015-01-27 07:09:17 -0500 |
commit | 8059278603a24e6a5fe6fe3cd0787b9b7005a7df (patch) | |
tree | d42eed7f52cfa91095c7f460145f3c13a392c733 | |
parent | 11ede411b40d77174e28fda2d5cdfd43eb7b2b16 (diff) |
[media] vivid: remove unnecessary version.h inclusion
Based on versioncheck.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | drivers/media/platform/vivid/vivid-tpg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/vivid/vivid-tpg.h b/drivers/media/platform/vivid/vivid-tpg.h index 9dc463a40ed3..bd8b1c760b3f 100644 --- a/drivers/media/platform/vivid/vivid-tpg.h +++ b/drivers/media/platform/vivid/vivid-tpg.h | |||
@@ -20,7 +20,6 @@ | |||
20 | #ifndef _VIVID_TPG_H_ | 20 | #ifndef _VIVID_TPG_H_ |
21 | #define _VIVID_TPG_H_ | 21 | #define _VIVID_TPG_H_ |
22 | 22 | ||
23 | #include <linux/version.h> | ||
24 | #include <linux/types.h> | 23 | #include <linux/types.h> |
25 | #include <linux/errno.h> | 24 | #include <linux/errno.h> |
26 | #include <linux/random.h> | 25 | #include <linux/random.h> |