Re: [PATCH 11/30] [media] exynos: remove unnecessary header inclusions

2013-04-11 Thread Sylwester Nawrocki
On 04/11/2013 02:13 AM, Mauro Carvalho Chehab wrote:
 Em Thu, 11 Apr 2013 02:04:53 +0200
 Arnd Bergmann a...@arndb.de escreveu:
 
 In multiplatform configurations, we cannot include headers
 provided by only the exynos platform. Fortunately a number
 of drivers that include those headers do not actually need
 them, so we can just remove the inclusions.

 Signed-off-by: Arnd Bergmann a...@arndb.de
 Cc: linux-me...@vger.kernel.org
 Cc: Mauro Carvalho Chehab mche...@redhat.com
 
 Acked-by: Mauro Carvalho Chehab mche...@redhat.com

This patch is already queued in the media tree for 3.10, and it can
be found in -next now.

Thanks,
Sylwester

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 11/30] [media] exynos: remove unnecessary header inclusions

2013-04-11 Thread Arnd Bergmann
On Thursday 11 April 2013, Sylwester Nawrocki wrote:
 On 04/11/2013 02:13 AM, Mauro Carvalho Chehab wrote:
  Em Thu, 11 Apr 2013 02:04:53 +0200
  Arnd Bergmann a...@arndb.de escreveu:
  
  In multiplatform configurations, we cannot include headers
  provided by only the exynos platform. Fortunately a number
  of drivers that include those headers do not actually need
  them, so we can just remove the inclusions.
 
  Signed-off-by: Arnd Bergmann a...@arndb.de
  Cc: linux-me...@vger.kernel.org
  Cc: Mauro Carvalho Chehab mche...@redhat.com
  
  Acked-by: Mauro Carvalho Chehab mche...@redhat.com
 
 This patch is already queued in the media tree for 3.10, and it can
 be found in -next now.
 

Ok, thanks! I'll drop it from my series then.

Arnd
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 11/30] [media] exynos: remove unnecessary header inclusions

2013-04-10 Thread Mauro Carvalho Chehab
Em Thu, 11 Apr 2013 02:04:53 +0200
Arnd Bergmann a...@arndb.de escreveu:

 In multiplatform configurations, we cannot include headers
 provided by only the exynos platform. Fortunately a number
 of drivers that include those headers do not actually need
 them, so we can just remove the inclusions.
 
 Signed-off-by: Arnd Bergmann a...@arndb.de
 Cc: linux-me...@vger.kernel.org
 Cc: Mauro Carvalho Chehab mche...@redhat.com

Acked-by: Mauro Carvalho Chehab mche...@redhat.com
 ---
  drivers/media/platform/exynos-gsc/gsc-regs.c | 1 -
  drivers/media/platform/s5p-tv/sii9234_drv.c  | 3 ---
  2 files changed, 4 deletions(-)
 
 diff --git a/drivers/media/platform/exynos-gsc/gsc-regs.c 
 b/drivers/media/platform/exynos-gsc/gsc-regs.c
 index 6f5b5a4..e22d147 100644
 --- a/drivers/media/platform/exynos-gsc/gsc-regs.c
 +++ b/drivers/media/platform/exynos-gsc/gsc-regs.c
 @@ -12,7 +12,6 @@
  
  #include linux/io.h
  #include linux/delay.h
 -#include mach/map.h
  
  #include gsc-core.h
  
 diff --git a/drivers/media/platform/s5p-tv/sii9234_drv.c 
 b/drivers/media/platform/s5p-tv/sii9234_drv.c
 index d90d228..39b77d2 100644
 --- a/drivers/media/platform/s5p-tv/sii9234_drv.c
 +++ b/drivers/media/platform/s5p-tv/sii9234_drv.c
 @@ -23,9 +23,6 @@
  #include linux/regulator/machine.h
  #include linux/slab.h
  
 -#include mach/gpio.h
 -#include plat/gpio-cfg.h
 -
  #include media/sii9234.h
  #include media/v4l2-subdev.h
  


-- 

Cheers,
Mauro
--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html