Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68263
b: refs/heads/master
c: 02353f5
h: refs/heads/master
i:
  68261: 33bf220
  68259: 4cba7a3
  68255: 1f52508
v: v3
  • Loading branch information
Paul Mundt committed Sep 21, 2007
1 parent a2d1070 commit 4025206
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 43f4b8c7578b928892b6f01d374346ae14e5eb70
refs/heads/master: 02353f5d2a317861536b8c38fea44196bdd5787c
4 changes: 2 additions & 2 deletions trunk/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 4025206

Please sign in to comment.