mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
parisc: Use asm-generic/serial.h
asm/serial.h only redefines BASE_BAUD with the same value as asm-generic/serial.h. Remove the arch-specific header and fall back to generic implementation. Suggested-by: Helge Deller <deller@gmx.de> Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
cf3cd4e3b3
commit
1aa06e9203
|
|
@ -1,8 +0,0 @@
|
|||
/*
|
||||
* include/asm-parisc/serial.h
|
||||
*/
|
||||
|
||||
/*
|
||||
* This is used for 16550-compatible UARTs
|
||||
*/
|
||||
#define BASE_BAUD ( 1843200 / 16 )
|
||||
Loading…
Reference in New Issue
Block a user