Re: [PATCH v2] parisc: Use asm-generic/serial.h
Helge Deller <[email protected]>
| Newsgroups | org.kernel.vger.linux-parisc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > Signed-off-by: Thorsten Blum <[email protected]> > --- > 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/[email protected]/ > --- > 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