diff options
author | Scott Wood <scottwood@freescale.com> | 2007-08-20 21:39:55 +0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-22 09:21:49 +0400 |
commit | 3ee9b7abafc36a9377af6f036f50c3450954884c (patch) | |
tree | 7b7d313652dedce36887de45187ad5d8d1a5666e /arch/powerpc/boot/mv64x60_i2c.c | |
parent | dc4f397d6e385c4ea0fe9732df911a86f1a78c9a (diff) | |
download | linux-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/mv64x60_i2c.c')
-rw-r--r-- | arch/powerpc/boot/mv64x60_i2c.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/boot/mv64x60_i2c.c b/arch/powerpc/boot/mv64x60_i2c.c index 435fe8528680..d085377be3bc 100644 --- a/arch/powerpc/boot/mv64x60_i2c.c +++ b/arch/powerpc/boot/mv64x60_i2c.c @@ -21,8 +21,6 @@ #include "ops.h" #include "mv64x60.h" -extern void udelay(long); - /* Register defines */ #define MV64x60_I2C_REG_SLAVE_ADDR 0x00 #define MV64x60_I2C_REG_DATA 0x04 |