diff options
Diffstat (limited to 'arch/powerpc/boot/ops.h')
-rw-r--r-- | arch/powerpc/boot/ops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/ops.h b/arch/powerpc/boot/ops.h index a10bf5a153d5..e45b364e7fcf 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h | |||
@@ -193,5 +193,6 @@ static inline void exit(void) | |||
193 | void *_platform_stack_top = _bss_stack + sizeof(_bss_stack); | 193 | void *_platform_stack_top = _bss_stack + sizeof(_bss_stack); |
194 | 194 | ||
195 | extern unsigned long timebase_period_ns; | 195 | extern unsigned long timebase_period_ns; |
196 | void udelay(long delay); | ||
196 | 197 | ||
197 | #endif /* _PPC_BOOT_OPS_H_ */ | 198 | #endif /* _PPC_BOOT_OPS_H_ */ |