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>
This commit is contained in:
parent
fb944c9ba3
commit
a40b012f76
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue