From: Tomasz Figa Date: Thu, 10 Jan 2013 01:13:23 +0000 (-0800) Subject: ARM: S3C64XX: Fix build error with CONFIG_S3C_DEV_FB disabled X-Git-Tag: fixes-for-linus2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d6cfd3007c16f03b74bfc5ab80d8ab47402fff;p=pandora-kernel.git ARM: S3C64XX: Fix build error with CONFIG_S3C_DEV_FB disabled If there is no board selecting CONFIG_S3C_DEV_FB enabled, build will fail on arch/arm/mach-s3c64xx/pm.c, where s3c_device_fb is referenced. This patch adds ifdef guard around the code making it compile only when CONFIG_S3C_DEV_FB is enabled. Signed-off-by: Tomasz Figa Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed