mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02: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
|
|
@ -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 New Issue
Block a user