提交 9a660a6e 编写于 作者: J Joe Perches 提交者: Paul Mundt

arch/sh/boards/mach-se/7206/io.c: Remove unnecessary semicolons

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 a80cad95
...@@ -50,7 +50,7 @@ unsigned char se7206_inb_p(unsigned long port) ...@@ -50,7 +50,7 @@ unsigned char se7206_inb_p(unsigned long port)
unsigned short se7206_inw(unsigned long port) unsigned short se7206_inw(unsigned long port)
{ {
return *port2adr(port);; return *port2adr(port);
} }
void se7206_outb(unsigned char value, unsigned long port) void se7206_outb(unsigned char value, unsigned long port)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册