aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/serial.c
diff options
context:
space:
mode:
authorScott Wood <scottwood@freescale.com>2007-08-20 13:39:55 -0400
committerPaul Mackerras <paulus@samba.org>2007-08-22 01:21:49 -0400
commit3ee9b7abafc36a9377af6f036f50c3450954884c (patch)
tree7b7d313652dedce36887de45187ad5d8d1a5666e /arch/powerpc/boot/serial.c
parentdc4f397d6e385c4ea0fe9732df911a86f1a78c9a (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/serial.c')
-rw-r--r--arch/powerpc/boot/serial.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/serial.c b/arch/powerpc/boot/serial.c
index 3ce7f651ab34..944f0ee5bc0f 100644
--- a/arch/powerpc/boot/serial.c
+++ b/arch/powerpc/boot/serial.c
@@ -19,8 +19,6 @@
19#include "io.h" 19#include "io.h"
20#include "ops.h" 20#include "ops.h"
21 21
22extern void udelay(long delay);
23
24static int serial_open(void) 22static int serial_open(void)
25{ 23{
26 struct serial_console_data *scdp = console_ops.data; 24 struct serial_console_data *scdp = console_ops.data;