Re: [PATCH v2] parisc: Use asm-generic/serial.h

From: Helge Deller

Date: Tue Aug 04 2026 - 11:41:54 EST


On 8/4/26 17:29, Thorsten Blum wrote:
asm/serial.h only redefines BASE_BAUD with the same value as
asm-generic/serial.h. Select the generic header from Kbuild and remove
the arch-specific header.

Suggested-by: Helge Deller <deller@xxxxxx>
Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
---
Changes in v2:
- Delete the header and use Kbuild instead as suggested by Helge
- Reword subject and patch description
- v1: https://lore.kernel.org/r/20260804132051.104647-4-thorsten.blum@xxxxxxxxx/
---
arch/parisc/include/asm/Kbuild | 1 +
arch/parisc/include/asm/serial.h | 8 --------
2 files changed, 1 insertion(+), 8 deletions(-)
delete mode 100644 arch/parisc/include/asm/serial.h
applied.

Thanks!
Helge