Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)