Skip to content

Commit

Permalink
MIPS: JZ4740: Forward declare struct uart_port in header.
Browse files Browse the repository at this point in the history
As suggested by Geert Uytterhoeven <[email protected]>.

Signed-off-by: Ralf Baechle <[email protected]>
Cc: Antony Pavlov <[email protected]>
Cc: [email protected]
Cc: Lars-Peter Clausen <[email protected]>
  • Loading branch information
ralfbaechle committed Oct 17, 2012
1 parent a40b012 commit a122654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/mips/jz4740/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#ifndef __MIPS_JZ4740_SERIAL_H__
#define __MIPS_JZ4740_SERIAL_H__

struct uart_port;

void jz4740_serial_out(struct uart_port *p, int offset, int value);

#endif

0 comments on commit a122654

Please sign in to comment.