summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2022-11-11 13:14:18 +0100
committerAlexander Gordeev <agordeev@linux.ibm.com>2022-11-16 11:41:14 +0100
commitb381d047aad80ed6d0b41fc83180061cde0fc705 (patch)
tree3aa2b08d7b3b6a7b4ead06db49aa5d09340b4d06
parent00a34d5a99c0631bd780b14cbe3813d0b39c3886 (diff)
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>
-rw-r--r--arch/s390/include/asm/serial.h7
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 */