diff options
author | Denis Kuzmenko <linux@solonet.org.ua> | 2011-12-28 14:04:51 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-12-28 15:08:28 +0900 |
commit | baaf939db44d08ef910558ff5eb16d123df3f621 (patch) | |
tree | 993696e1dc63450fc10a153ed5a2fcd365867ce5 /arch/m68k/ifpsp060/itest.sa | |
parent | 5f0a6e2d503896062f641639dacfe5055c2f593b (diff) |
ARM: SAMSUNG: Fix build error when selecting CPU_FREQ_S3C24XX_DEBUGFS on S3C2440
Following is happened when CONFIG_CPU_FREQ_S3C24XX_DEBUGFS
is selected without building of s3c2410-iotiming.c file:
arch/arm/mach-s3c2440/built-in.o:(.data+0x38c): undefined reference to `s3c2410_iotiming_debugfs
Basically, the CONFIG_S3C2410_IOTIMING is not selected for
MACH_MINI2440. Because the s3c2410-iotiming.c is not ever
compiled and enabling CONFIG_CPU_FREQ_S3C24XX_DEBUGFS option
caused undefined reference to s3c2410_iotiming_debugfs()
defined in that file. The s3c2410_iotiming_debugfs defined
as NULL for this case.
Signed-off-by: Denis Kuzmenko <linux@solonet.org.ua>
Cc: stable@kernel.org
[kgene.kim@samsung.com: removed useless changes]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/m68k/ifpsp060/itest.sa')
0 files changed, 0 insertions, 0 deletions