[PATCH 1/3] parisc/serial: Use generic BASE_BAUD in asm/serial.h
Thorsten Blum <[email protected]>
| Newsgroups | org.kernel.vger.linux-parisc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Include asm-generic/serial.h and use the generic BASE_BAUD definition instead of redefining it. Signed-off-by: Thorsten Blum <[email protected]> --- arch/parisc/include/asm/serial.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/parisc/include/asm/serial.h b/arch/parisc/include/asm/serial.h index 77e9b67c87ee..d9fd3f78d31f 100644 --- a/arch/parisc/include/asm/serial.h +++ b/arch/parisc/include/asm/serial.h @@ -2,7 +2,4 @@ * include/asm-parisc/serial.h */ -/* - * This is used for 16550-compatible UARTs - */ -#define BASE_BAUD ( 1843200 / 16 ) +#include <asm-generic/serial.h>