All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] [media] exynos-gsc: Remove <linux/version.h> header file inclusion
@ 2012-09-26  7:18 Sachin Kamat
  2012-09-26  7:18 ` [PATCH 2/2] [media] exynos-gsc: Add missing static storage class specifiers Sachin Kamat
  2012-09-26  9:06 ` [PATCH 1/2] [media] exynos-gsc: Remove <linux/version.h> header file inclusion Sylwester Nawrocki
  0 siblings, 2 replies; 3+ messages in thread
From: Sachin Kamat @ 2012-09-26  7:18 UTC (permalink / raw)
  To: linux-media; +Cc: s.nawrocki, shaik.ameer, sachin.kamat, patches

version.h is not needed for these files.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/media/platform/exynos-gsc/gsc-core.c |    1 -
 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 c5c7625..90a6c55 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 2589cae..a4f327e 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>
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-26  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-26  7:18 [PATCH 1/2] [media] exynos-gsc: Remove <linux/version.h> header file inclusion Sachin Kamat
2012-09-26  7:18 ` [PATCH 2/2] [media] exynos-gsc: Add missing static storage class specifiers Sachin Kamat
2012-09-26  9:06 ` [PATCH 1/2] [media] exynos-gsc: Remove <linux/version.h> header file inclusion Sylwester Nawrocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.