diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-01-17 08:52:41 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-18 02:06:13 +0100 |
commit | 2bd43341217b6e8b75e382243328f458ac67fcbe (patch) | |
tree | 404b13913512d31781435f62d6fcd2aad603efb2 /drivers/media | |
parent | [media] ds3000: using logical && instead of bitwise & (diff) | |
download | linux-2bd43341217b6e8b75e382243328f458ac67fcbe.tar.xz linux-2bd43341217b6e8b75e382243328f458ac67fcbe.zip |
[media] s5p-mfc: Remove linux/version.h include from s5p_mfc.c
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/s5p-mfc/s5p_mfc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/s5p-mfc/s5p_mfc.c b/drivers/media/video/s5p-mfc/s5p_mfc.c index 90cc05855ecb..83fe461af263 100644 --- a/drivers/media/video/s5p-mfc/s5p_mfc.c +++ b/drivers/media/video/s5p-mfc/s5p_mfc.c @@ -18,7 +18,6 @@ #include <linux/platform_device.h> #include <linux/sched.h> #include <linux/slab.h> -#include <linux/version.h> #include <linux/videodev2.h> #include <linux/workqueue.h> #include <media/videobuf2-core.h> |