[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>
This commit is contained in:
Scott Wood
2007-08-21 03:39:55 +10:00
committed by Paul Mackerras
parent dc4f397d6e
commit 3ee9b7abaf
5 changed files with 1 additions and 7 deletions

View File

@@ -25,8 +25,6 @@ extern char _end[];
extern char _vmlinux_start[], _vmlinux_end[];
extern char _dtb_start[], _dtb_end[];
extern void udelay(long delay);
#define KB 1024U
#define MB (KB*KB)
#define GB (KB*MB)