diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2022-11-11 13:14:18 +0100 |
---|---|---|
committer | Alexander Gordeev <agordeev@linux.ibm.com> | 2022-11-16 11:41:14 +0100 |
commit | b381d047aad80ed6d0b41fc83180061cde0fc705 (patch) | |
tree | 3aa2b08d7b3b6a7b4ead06db49aa5d09340b4d06 /arch/s390/include/asm | |
parent | 00a34d5a99c0631bd780b14cbe3813d0b39c3886 (diff) | |
download | linux-next-b381d047aad80ed6d0b41fc83180061cde0fc705.tar.gz |
s390: use generic serial.h header file
There is no serial driver on s390, especially none that relies on a
bogus BASE_BAUD define. Therefore use the generic header file.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm')
-rw-r--r-- | arch/s390/include/asm/serial.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/s390/include/asm/serial.h b/arch/s390/include/asm/serial.h deleted file mode 100644 index aaf85a69061c..000000000000 --- a/arch/s390/include/asm/serial.h +++ /dev/null @@ -1,7 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _ASM_S390_SERIAL_H -#define _ASM_S390_SERIAL_H - -#define BASE_BAUD 0 - -#endif /* _ASM_S390_SERIAL_H */ |