diff --git a/[refs] b/[refs] index 2330e882e455..abc1aa0a8823 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 43f4b8c7578b928892b6f01d374346ae14e5eb70 +refs/heads/master: 02353f5d2a317861536b8c38fea44196bdd5787c diff --git a/trunk/arch/sh/boards/renesas/rts7751r2d/setup.c b/trunk/arch/sh/boards/renesas/rts7751r2d/setup.c index 7ba478247fee..37f2c0b447fe 100644 --- a/trunk/arch/sh/boards/renesas/rts7751r2d/setup.c +++ b/trunk/arch/sh/boards/renesas/rts7751r2d/setup.c @@ -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; @@ -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;