[PATCH 1/3] parisc/serial: Use generic BASE_BAUD in asm/serial.h
From: Thorsten Blum
Date: Tue Aug 04 2026 - 09:31:22 EST
Include asm-generic/serial.h and use the generic BASE_BAUD definition
instead of redefining it.
Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
---
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>