Commit f8d0366a authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[PATCH] Fix cpufreq compile

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.
parent 509e20d1
......@@ -43,7 +43,6 @@
#include <linux/smp.h>
#include <linux/module.h>
#include <linux/device.h>
#include <linux/cpufreq.h>
#include <asm/io.h>
#include <asm/smp.h>
......
......@@ -7,6 +7,7 @@
#include <linux/init.h>
#include <linux/timex.h>
#include <linux/errno.h>
#include <linux/cpufreq.h>
#include <asm/timer.h>
#include <asm/io.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment