aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/cpufreq_32.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/platforms/powermac/cpufreq_32.c')
-rw-r--r--arch/powerpc/platforms/powermac/cpufreq_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/powermac/cpufreq_32.c b/arch/powerpc/platforms/powermac/cpufreq_32.c
index 1fc386a23f18..64171198535c 100644
--- a/arch/powerpc/platforms/powermac/cpufreq_32.c
+++ b/arch/powerpc/platforms/powermac/cpufreq_32.c
@@ -33,9 +33,9 @@
33#include <asm/sections.h> 33#include <asm/sections.h>
34#include <asm/cputable.h> 34#include <asm/cputable.h>
35#include <asm/time.h> 35#include <asm/time.h>
36#include <asm/system.h>
37#include <asm/mpic.h> 36#include <asm/mpic.h>
38#include <asm/keylargo.h> 37#include <asm/keylargo.h>
38#include <asm/switch_to.h>
39 39
40/* WARNING !!! This will cause calibrate_delay() to be called, 40/* WARNING !!! This will cause calibrate_delay() to be called,
41 * but this is an __init function ! So you MUST go edit 41 * but this is an __init function ! So you MUST go edit