hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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 */