From: John Stultz <[email protected]> Date: Thu, 22 Jan 2015 16:09:26 -0800
> While cleaning up some clocksource code, I noticed the > time_32 impelementation uses the hz2mult helper, but > doesn't use the clocksource_register_hz() method. > > I don't believe the sparc clocksource is a default > clocksource, so we shouldn't need to self-define > the mult/shift pair. > > So convert the time_32.c implementation to use > clocksource_register_hz(). > > Untested. > > Signed-off-by: John Stultz <[email protected]> Acked-by: David S. Miller <[email protected]> -- 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/

