s390: use generic vga.h header file
authorHeiko Carstens <hca@linux.ibm.com>
Fri, 11 Nov 2022 12:20:28 +0000 (13:20 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Wed, 16 Nov 2022 10:41:15 +0000 (11:41 +0100)
The generic vga.h contains a couple of defines, which do no harm on
s390. Therefore use the generic version and git rid of the s390
specific empty header file.

Suggested-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/vga.h [deleted file]

diff --git a/arch/s390/include/asm/vga.h b/arch/s390/include/asm/vga.h
deleted file mode 100644 (file)
index 605dc46..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-#ifndef _ASM_S390_VGA_H
-#define _ASM_S390_VGA_H
-
-/* Avoid compile errors due to missing asm/vga.h */
-
-#endif /* _ASM_S390_VGA_H */