Skip to content

Commit

Permalink
sh: rts7751r2d: Fix up trivial build failure.
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent 43f4b8c commit 02353f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/sh/boards/renesas/rts7751r2d/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ static inline unsigned char is_ide_ioaddr(unsigned long addr)
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;

Expand All @@ -175,7 +175,7 @@ static void rts7751r2d_writeb(u8 b, void __iomem *addr)
ctrl_outb(b, tmp);
}

static u8 rts7751r2d_readb(void __iomem *addr)
u8 rts7751r2d_readb(void __iomem *addr)
{
unsigned long tmp = (unsigned long __force)addr;

Expand Down

0 comments on commit 02353f5

Please sign in to comment.