From 1aa06e9203355d1ddc85a97b0f28183c983f203c Mon Sep 17 00:00:00 2001 From: Thorsten Blum Date: Tue, 4 Aug 2026 17:29:55 +0200 Subject: [PATCH] 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 Signed-off-by: Thorsten Blum Signed-off-by: Helge Deller --- arch/parisc/include/asm/serial.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 arch/parisc/include/asm/serial.h diff --git a/arch/parisc/include/asm/serial.h b/arch/parisc/include/asm/serial.h deleted file mode 100644 index 77e9b67c87ee..000000000000 --- a/arch/parisc/include/asm/serial.h +++ /dev/null @@ -1,8 +0,0 @@ -/* - * include/asm-parisc/serial.h - */ - -/* - * This is used for 16550-compatible UARTs - */ -#define BASE_BAUD ( 1843200 / 16 )