diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-20 17:39:55 (GMT) |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-22 05:21:49 (GMT) |
commit | 3ee9b7abafc36a9377af6f036f50c3450954884c (patch) | |
tree | 7b7d313652dedce36887de45187ad5d8d1a5666e /arch/powerpc/boot/ops.h | |
parent | dc4f397d6e385c4ea0fe9732df911a86f1a78c9a (diff) | |
download | linux-fsl-qoriq-3ee9b7abafc36a9377af6f036f50c3450954884c.tar.xz |
[POWERPC] bootwrapper: Declare udelay() in ops.h
Declarations in various users are removed.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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 a10bf5a..e45b364 100644 --- a/arch/powerpc/boot/ops.h +++ b/arch/powerpc/boot/ops.h @@ -193,5 +193,6 @@ static inline void exit(void) void *_platform_stack_top = _bss_stack + sizeof(_bss_stack); extern unsigned long timebase_period_ns; +void udelay(long delay); #endif /* _PPC_BOOT_OPS_H_ */ |