commit | c0d6cfd3007c16f03b74bfc5ab80d8ab47402fff | [log] [tgz] |
---|---|---|
author | Tomasz Figa <tomasz.figa@gmail.com> | Wed Jan 09 17:13:23 2013 -0800 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Wed Jan 16 15:45:52 2013 -0800 |
tree | 0c6082dccd2c2f15a560aa75a92fcc679e0df7e1 | |
parent | 9931faca02c604c22335f5a935a501bb2ace6e20 [diff] |
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 <tomasz.figa@gmail.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>