From: Paul Bolle <[pebolle@tiscali.nl]> Date: Wed, 3 Apr 2013 23:48:24 +0000 (+0900) Subject: ARM: SAMSUNG: Fix typo "CONFIG_SAMSUNG_DEV_RTC" X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~70^2~7^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05b7a9643122a3ba2d25f9980f6d86e2ad22debe;p=pandora-kernel.git ARM: SAMSUNG: Fix typo "CONFIG_SAMSUNG_DEV_RTC" s3c_rtc_setname() tests for CONFIG_SAMSUNG_DEV_RTC or CONFIG_PLAT_S3C24XX. But of these two macros only CONFIG_PLAT_S3C24XX actually exists. Now we can see that s3c_device_rtc is only defined if either CONFIG_PLAT_S3C24XX or CONFIG_S3C_DEV_RTC are defined. So, apparently, it was intended to use CONFIG_S3C_DEV_RTC here. Signed-off-by: Paul Bolle Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed