diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-20 19:39:55 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-22 07:21:49 +0200 |
commit | 3ee9b7abafc36a9377af6f036f50c3450954884c (patch) | |
tree | 7b7d313652dedce36887de45187ad5d8d1a5666e /arch/powerpc/boot/mpsc.c | |
parent | [POWERPC] bootwrapper: serial_console_init() fixes (diff) | |
download | linux-3ee9b7abafc36a9377af6f036f50c3450954884c.tar.xz linux-3ee9b7abafc36a9377af6f036f50c3450954884c.zip |
[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 |