diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 02:21:55 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 02:21:55 -0400 |
commit | 02353f5d2a317861536b8c38fea44196bdd5787c (patch) | |
tree | 307e29ce0a57c26c01b7a8bd8c8c78bf525473fd /arch/sh | |
parent | 43f4b8c7578b928892b6f01d374346ae14e5eb70 (diff) |
sh: rts7751r2d: Fix up trivial build failure.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/renesas/rts7751r2d/setup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/renesas/rts7751r2d/setup.c b/arch/sh/boards/renesas/rts7751r2d/setup.c index 7ba478247fee..37f2c0b447fe 100644 --- a/arch/sh/boards/renesas/rts7751r2d/setup.c +++ b/arch/sh/boards/renesas/rts7751r2d/setup.c | |||
@@ -165,7 +165,7 @@ static inline unsigned char is_ide_ioaddr(unsigned long addr) | |||
165 | addr <= cf_ide_resources[1].end)); | 165 | addr <= cf_ide_resources[1].end)); |
166 | } | 166 | } |
167 | 167 | ||
168 | static void rts7751r2d_writeb(u8 b, void __iomem *addr) | 168 | void rts7751r2d_writeb(u8 b, void __iomem *addr) |
169 | { | 169 | { |
170 | unsigned long tmp = (unsigned long __force)addr; | 170 | unsigned long tmp = (unsigned long __force)addr; |
171 | 171 | ||
@@ -175,7 +175,7 @@ static void rts7751r2d_writeb(u8 b, void __iomem *addr) | |||
175 | ctrl_outb(b, tmp); | 175 | ctrl_outb(b, tmp); |
176 | } | 176 | } |
177 | 177 | ||
178 | static u8 rts7751r2d_readb(void __iomem *addr) | 178 | u8 rts7751r2d_readb(void __iomem *addr) |
179 | { | 179 | { |
180 | unsigned long tmp = (unsigned long __force)addr; | 180 | unsigned long tmp = (unsigned long __force)addr; |
181 | 181 | ||