All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mach-s3c2410/cpu-freq.c: fix build
@ 2010-03-08 23:23 Arnaud Patard
  0 siblings, 0 replies; only message in thread
From: Arnaud Patard @ 2010-03-08 23:23 UTC (permalink / raw)
  To: Ben Dooks; +Cc: linux-samsung-soc

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]


When CPU_FREQ_S3C24XX_DEBUGFS is set and S3C2410_IOTIMING, I'm getting :

arch/arm/mach-s3c2410/built-in.o:(.data+0x218): undefined reference to `s3c2410_iotiming_debugfs'

This patch add missing #ifdef

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
---

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: s3c2410_iotiming_debugfs_buildfix.patch --]
[-- Type: text/x-diff, Size: 696 bytes --]

 arch/arm/mach-s3c2410/cpu-freq.c |    2 	2 +	0 -	0 !
 1 file changed, 2 insertions(+)

Index: linux-2.6/arch/arm/mach-s3c2410/cpu-freq.c
===================================================================
--- linux-2.6.orig/arch/arm/mach-s3c2410/cpu-freq.c	2010-03-09 00:11:48.409640117 +0100
+++ linux-2.6/arch/arm/mach-s3c2410/cpu-freq.c	2010-03-09 00:15:06.641680942 +0100
@@ -112,7 +112,9 @@ static struct s3c_cpufreq_info s3c2410_c
 	.set_divs	= s3c2410_cpufreq_setdivs,
 	.calc_divs	= s3c2410_cpufreq_calcdivs,
 
+#ifdef CONFIG_S3C2410_IOTIMING
 	.debug_io_show	= s3c_cpufreq_debugfs_call(s3c2410_iotiming_debugfs),
+#endif
 };
 
 static int s3c2410_cpufreq_add(struct sys_device *sysdev)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-08 23:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-08 23:23 [PATCH] mach-s3c2410/cpu-freq.c: fix build Arnaud Patard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.