From: Sachin Kamat Date: Wed, 15 Jan 2014 09:01:29 +0000 (+0530) Subject: ARM: S5P[v210|c100|64x0]: Fix build error X-Git-Tag: v3.14-rc1~145^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=785acec3eecf4c21bab9e24afb5d354b57a72e03;p=pandora-kernel.git ARM: S5P[v210|c100|64x0]: Fix build error gpio-samsung.h header file introduced by commit 93177be0910c ("ARM: S3C[24|64]xx: move includes back under 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: fatal error: mach/gpio-samsung.h: No such file or directory arch/arm/plat-samsung/pm-gpio.c:22:31: fatal error: mach/gpio-samsung.h: No such file or directory Signed-off-by: Sachin Kamat Signed-off-by: Linus Walleij --- Reading git-diff-tree failed