diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-09-26 04:18:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-10-02 14:02:50 -0300 |
commit | 9b2e0e70ac256593d9eefc070f9b3f47fbb9f3e2 (patch) | |
tree | 06dd5c087a426bf91126d82a1aa822276bfaa898 /drivers | |
parent | f68247fcdc361bc7db2ecb269451247235c21079 (diff) | |
download | blackbird-op-linux-9b2e0e70ac256593d9eefc070f9b3f47fbb9f3e2.tar.gz blackbird-op-linux-9b2e0e70ac256593d9eefc070f9b3f47fbb9f3e2.zip |
[media] exynos-gsc: Remove <linux/version.h> header file inclusion
version.h is not needed for these files.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/platform/exynos-gsc/gsc-core.c | 1 | ||||
-rw-r--r-- | drivers/media/platform/exynos-gsc/gsc-m2m.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/exynos-gsc/gsc-core.c b/drivers/media/platform/exynos-gsc/gsc-core.c index c5c7625e5d59..90a6c55b4d08 100644 --- a/drivers/media/platform/exynos-gsc/gsc-core.c +++ b/drivers/media/platform/exynos-gsc/gsc-core.c @@ -12,7 +12,6 @@ #include <linux/module.h> #include <linux/kernel.h> -#include <linux/version.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/bug.h> diff --git a/drivers/media/platform/exynos-gsc/gsc-m2m.c b/drivers/media/platform/exynos-gsc/gsc-m2m.c index 2589cae4e482..a4f327ebd15b 100644 --- a/drivers/media/platform/exynos-gsc/gsc-m2m.c +++ b/drivers/media/platform/exynos-gsc/gsc-m2m.c @@ -12,7 +12,6 @@ #include <linux/module.h> #include <linux/kernel.h> -#include <linux/version.h> #include <linux/types.h> #include <linux/errno.h> #include <linux/bug.h> |