From: Ben Dooks Date: Wed, 14 Oct 2009 09:13:22 +0000 (+0100) Subject: ARM: S3C2410: Fix link if CONFIG_S3C2410_IOTIMING is not set X-Git-Tag: v2.6.32-rc6~6^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e31de6511a47738974d6b48fdc60c4f82f80d24;p=pandora-kernel.git ARM: S3C2410: Fix link if CONFIG_S3C2410_IOTIMING is not set Fix the link errors if cpu-frequency support is enabled on s3c2410 systems but there is no CONFIG_S3C2410_IOTIMING set. Fix this by ensuring the relevant symbols are defined NULL if the code is not being built in. Fixes the following error: arch/arm/mach-s3c2410/built-in.o: undefined reference to `s3c2410_iotiming_get' arch/arm/mach-s3c2410/built-in.o: undefined reference to `s3c2410_iotiming_set' arch/arm/mach-s3c2410/built-in.o: undefined reference to `s3c2410_iotiming_calc' Signed-off-by: Ben Dooks --- Reading git-diff-tree failed