On Wed, Oct 24, 2007 at 06:23:12PM +0200, Adrian Bunk wrote: > cpufreq.c:cpufreq_get() no longer has any user. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
ARM uses it. drivers/pcmcia/sa11xx_base.c: return sa1100_pcmcia_set_mecr(skt, cpufreq_get(0)); drivers/pcmcia/sa11xx_base.c: unsigned int clock = cpufreq_get(0); drivers/video/sa1100fb.c: cpufreq_get(smp_processor_id())); drivers/video/sa1100fb.c: pcd = get_pcd(var->pixclock, cpufreq_get(0)); Dave -- http://www.codemonkey.org.uk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/