diff options
Diffstat (limited to 'include/asm-ppc')
-rw-r--r-- | include/asm-ppc/machdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/machdep.h b/include/asm-ppc/machdep.h index a3e8a45e45a9..ebbef64e8985 100644 --- a/include/asm-ppc/machdep.h +++ b/include/asm-ppc/machdep.h | |||
@@ -44,7 +44,7 @@ struct machdep_calls { | |||
44 | void (*power_off)(void); | 44 | void (*power_off)(void); |
45 | void (*halt)(void); | 45 | void (*halt)(void); |
46 | 46 | ||
47 | void (*idle)(void); | 47 | void (*idle_loop)(void); |
48 | void (*power_save)(void); | 48 | void (*power_save)(void); |
49 | 49 | ||
50 | long (*time_init)(void); /* Optional, may be NULL */ | 50 | long (*time_init)(void); /* Optional, may be NULL */ |