Re: [PATCH 12/30] video/exynos: remove unnecessary header inclusions

2013-04-11 Thread Arnd Bergmann
On Thursday 11 April 2013 14:51:55 Tomi Valkeinen wrote: > I've applied this and the next patch ([PATCH 13/30] video/s3c: move > platform_data out of arch/arm) to fbdev. > > I also fixed the extra space mentioned by Jingoo. Thanks! Arnd -- To unsubscribe from this list: send the line "u

Re: [PATCH 12/30] video/exynos: remove unnecessary header inclusions

2013-04-11 Thread Tomi Valkeinen
Hi, On 2013-04-11 03:04, Arnd Bergmann wrote: > 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: Arn

Re: [PATCH 12/30] video/exynos: remove unnecessary header inclusions

2013-04-10 Thread Jingoo Han
On Thursday, April 11, 2013 9:05 AM, Arnd Bergmann wrote: > > 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. > > Sign