sh: Board updates for I/O routine rework.

This updates the various boards for some of the recent I/O routine
updates.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2006-09-27 15:41:24 +09:00
والد f647d33f87
کامیت 373e68b547
43فایلهای تغییر یافته به همراه202 افزوده شده و 672 حذف شده

مشاهده پرونده

@@ -30,10 +30,10 @@ static inline void delay(void)
ctrl_inw(0xa0000000);
}
static inline volatile u16 *port2adr(unsigned int port)
static inline unsigned int port2adr(unsigned int port)
{
maybebadio((unsigned long)port);
return (volatile u16*)port;
return port;
}
u8 titan_inb(unsigned long port)