Commit 9a660a6e authored by Joe Perches's avatar Joe Perches Committed by Paul Mundt

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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment