diff options
author | Chen Gang <gang.chen@asianux.com> | 2013-10-31 15:37:46 +0800 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-11-30 21:02:18 +0100 |
commit | 6c3215cd5d31584c8ae77a99255c72dba2565918 (patch) | |
tree | 020e390dd5354353a6a8db7108fe07aaf653bb9d /arch | |
parent | 8f96bdfd6f545b0a999cf97625b5bf8a23014a2d (diff) | |
download | linux-6c3215cd5d31584c8ae77a99255c72dba2565918.tar.bz2 |
parisc: remove empty SERIAL_PORT_DFNS in serial.h
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/parisc/include/asm/serial.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/include/asm/serial.h b/arch/parisc/include/asm/serial.h index d7e3cc60dbc3..77e9b67c87ee 100644 --- a/arch/parisc/include/asm/serial.h +++ b/arch/parisc/include/asm/serial.h @@ -6,5 +6,3 @@ * This is used for 16550-compatible UARTs */ #define BASE_BAUD ( 1843200 / 16 ) - -#define SERIAL_PORT_DFNS |