diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-21 03:39:55 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-22 15:21:49 +1000 |
commit | 3ee9b7abafc36a9377af6f036f50c3450954884c (patch) | |
tree | 7b7d313652dedce36887de45187ad5d8d1a5666e /arch/powerpc/boot/mpsc.c | |
parent | dc4f397d6e385c4ea0fe9732df911a86f1a78c9a (diff) |
[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/mpsc.c')
-rw-r--r-- | arch/powerpc/boot/mpsc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/boot/mpsc.c b/arch/powerpc/boot/mpsc.c index f1c0e965e5ce..802ea53790d8 100644 --- a/arch/powerpc/boot/mpsc.c +++ b/arch/powerpc/boot/mpsc.c @@ -17,7 +17,6 @@ #include "io.h" #include "ops.h" -extern void udelay(long delay); #define MPSC_CHR_1 0x000c |