1
0
Fork 0

MIPS: JZ4740: Fix '#include guard' in serial.h

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Cc: linux-mips@linux-mips.org
Cc: Lars-Peter Clausen <lars@metafoo.de>
Patchwork: https://patchwork.linux-mips.org/patch/4424/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
hifive-unleashed-5.1
Antony Pavlov 2012-10-16 01:38:46 +04:00 committed by Ralf Baechle
parent fb944c9ba3
commit a40b012f76
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
*/
#ifndef __MIPS_JZ4740_SERIAL_H__
#define __MIPS_JZ4740_SERIAL_H__
void jz4740_serial_out(struct uart_port *p, int offset, int value);