• Adrian Bunk's avatar
    [PATCH] Fix cpufreq compile · f8d0366a
    Adrian Bunk authored
    The timer-handling split patch moved cpufreq stuff from time.c to
    timers/timer_tsc.c but not the corresponding #include <linux/cpufreq.h>
    causing the build to fail.
    
    The fix is simple.
    f8d0366a
time.c 10.4 KB