Commit 02353f5d authored by Paul Mundt's avatar Paul Mundt

sh: rts7751r2d: Fix up trivial build failure.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 43f4b8c7
...@@ -165,7 +165,7 @@ static inline unsigned char is_ide_ioaddr(unsigned long addr) ...@@ -165,7 +165,7 @@ static inline unsigned char is_ide_ioaddr(unsigned long addr)
addr <= cf_ide_resources[1].end)); addr <= cf_ide_resources[1].end));
} }
static void rts7751r2d_writeb(u8 b, void __iomem *addr) void rts7751r2d_writeb(u8 b, void __iomem *addr)
{ {
unsigned long tmp = (unsigned long __force)addr; unsigned long tmp = (unsigned long __force)addr;
...@@ -175,7 +175,7 @@ static void rts7751r2d_writeb(u8 b, void __iomem *addr) ...@@ -175,7 +175,7 @@ static void rts7751r2d_writeb(u8 b, void __iomem *addr)
ctrl_outb(b, tmp); ctrl_outb(b, tmp);
} }
static u8 rts7751r2d_readb(void __iomem *addr) u8 rts7751r2d_readb(void __iomem *addr)
{ {
unsigned long tmp = (unsigned long __force)addr; unsigned long tmp = (unsigned long __force)addr;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment