diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-01-17 04:52:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-01-17 23:06:13 -0200 |
commit | 2bd43341217b6e8b75e382243328f458ac67fcbe (patch) | |
tree | 404b13913512d31781435f62d6fcd2aad603efb2 | |
parent | 3a9888f913595515893fa46aca70422aba8a3799 (diff) | |
download | linux-3.10-2bd43341217b6e8b75e382243328f458ac67fcbe.tar.gz linux-3.10-2bd43341217b6e8b75e382243328f458ac67fcbe.tar.bz2 linux-3.10-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>
-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 90cc05855ec..83fe461af26 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> |