All of lore.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] #if 0 cpufreq.c:cpufreq_get()
@ 2007-10-24 16:23 Adrian Bunk
  2007-10-24 16:32   ` Russell King
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Adrian Bunk @ 2007-10-24 16:23 UTC (permalink / raw)
  To: Thomas Gleixner, davej; +Cc: cpufreq, linux-kernel

cpufreq.c:cpufreq_get() no longer has any user.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

 drivers/cpufreq/cpufreq.c |    2 ++
 1 file changed, 2 insertions(+)

099a5401a3c0322177866d4ba4e791825fe921d4 
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c
index 5e626b1..d27c802 100644
--- a/drivers/cpufreq/cpufreq.c
+++ b/drivers/cpufreq/cpufreq.c
@@ -1143,6 +1143,7 @@ static unsigned int __cpufreq_get(unsigned int cpu)
 	return (ret_freq);
 }
 
+#if 0
 /**
  * cpufreq_get - get the current CPU frequency (in kHz)
  * @cpu: CPU number
@@ -1170,6 +1171,7 @@ out:
 	return (ret_freq);
 }
 EXPORT_SYMBOL(cpufreq_get);
+#endif  /*  0  */
 
 
 /**

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2007-10-24 18:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 16:23 [2.6 patch] #if 0 cpufreq.c:cpufreq_get() Adrian Bunk
2007-10-24 16:32 ` Russell King
2007-10-24 16:32   ` Russell King
2007-10-24 16:46   ` Adrian Bunk
2007-10-24 16:46     ` Adrian Bunk
2007-10-24 16:38 ` Arjan van de Ven
2007-10-24 16:38   ` Arjan van de Ven
2007-10-24 17:17   ` Russell King
2007-10-24 17:17     ` Russell King
2007-10-24 17:34   ` Dominik Brodowski
2007-10-24 18:39 ` Dave Jones

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.