mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
arch/sh/boards/mach-se/7206/io.c: Remove unnecessary semicolons
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
a80cad950f
commit
9a660a6e1a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ unsigned char se7206_inb_p(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)
|
||||
|
|
Loading…
Reference in a new issue