diff options
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/time.c b/arch/powerpc/kernel/time.c index 65ab9e909377..c863aa1f524a 100644 --- a/arch/powerpc/kernel/time.c +++ b/arch/powerpc/kernel/time.c | |||
@@ -612,7 +612,7 @@ unsigned long long sched_clock(void) | |||
612 | static int __init get_freq(char *name, int cells, unsigned long *val) | 612 | static int __init get_freq(char *name, int cells, unsigned long *val) |
613 | { | 613 | { |
614 | struct device_node *cpu; | 614 | struct device_node *cpu; |
615 | const unsigned int *fp; | 615 | const __be32 *fp; |
616 | int found = 0; | 616 | int found = 0; |
617 | 617 | ||
618 | /* The cpu node should have timebase and clock frequency properties */ | 618 | /* The cpu node should have timebase and clock frequency properties */ |