hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/s390/include/asm/debug.h
....@@ -4,8 +4,8 @@
44 *
55 * Copyright IBM Corp. 1999, 2020
66 */
7
-#ifndef DEBUG_H
8
-#define DEBUG_H
7
+#ifndef _ASM_S390_DEBUG_H
8
+#define _ASM_S390_DEBUG_H
99
1010 #include <linux/string.h>
1111 #include <linux/spinlock.h>
....@@ -425,4 +425,4 @@
425425 #define PRINT_FATAL(x...) printk(KERN_DEBUG PRINTK_HEADER x)
426426 #endif /* DASD_DEBUG */
427427
428
-#endif /* DEBUG_H */
428
+#endif /* _ASM_S390_DEBUG_H */