Skip to content

Commit

Permalink
parisc: remove empty SERIAL_PORT_DFNS in serial.h
Browse files Browse the repository at this point in the history
If architectures don't support SERIAL_PORT_DFNS, they need not define it
to "nothing", the related drivers need do it by themselves (e.g.  8250
serial driver).

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Helge Deller <deller@gmx.de>
  • Loading branch information
Chen Gang authored and Helge Deller committed Nov 30, 2013
1 parent 8f96bdf commit 6c3215c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/parisc/include/asm/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@
* This is used for 16550-compatible UARTs
*/
#define BASE_BAUD ( 1843200 / 16 )

#define SERIAL_PORT_DFNS

0 comments on commit 6c3215c

Please sign in to comment.