[PATCH 1/1] ARM: S5P[v210|c100|64x0]: Fix build error

2014-01-15 Thread Sachin Kamat
gpio-samsung.h header file introduced by commit 93177be0910c (ARM: S3C[24|64]xx: move includes back under mach/ scope) is required only by S3C[24|64]xx machines. Include them conditionally to avoid the following build errors for other machine configurations. drivers/gpio/gpio-samsung.c:35:31:

Re: [PATCH 1/1] ARM: S5P[v210|c100|64x0]: Fix build error

2014-01-15 Thread Linus Walleij
On Wed, Jan 15, 2014 at 10:01 AM, Sachin Kamat sachin.ka...@linaro.org wrote: gpio-samsung.h header file introduced by commit 93177be0910c (ARM: S3C[24|64]xx: move includes back under mach/ scope) is required only by S3C[24|64]xx machines. Include them conditionally to avoid the following