summaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/debug.h
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2023-01-17 19:12:39 +0100
committerHeiko Carstens <hca@linux.ibm.com>2023-01-17 19:12:39 +0100
commit706a91be38837451977491aa7465e98edf6d35d8 (patch)
tree40bf41ed25edf68ec8138629b7820779ec79a29b /arch/s390/include/asm/debug.h
parentebc872d645e581a4774c36bc394f6246275e1547 (diff)
parent41e1992665a2701fa025a8b76970c43b4148446f (diff)
Merge branch 'fixes' into features
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/include/asm/debug.h')
-rw-r--r--arch/s390/include/asm/debug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/s390/include/asm/debug.h b/arch/s390/include/asm/debug.h
index 77f24262c25c..ac665b9670c5 100644
--- a/arch/s390/include/asm/debug.h
+++ b/arch/s390/include/asm/debug.h
@@ -4,8 +4,8 @@
*
* Copyright IBM Corp. 1999, 2020
*/
-#ifndef DEBUG_H
-#define DEBUG_H
+#ifndef _ASM_S390_DEBUG_H
+#define _ASM_S390_DEBUG_H
#include <linux/string.h>
#include <linux/spinlock.h>
@@ -487,4 +487,4 @@ void debug_register_static(debug_info_t *id, int pages_per_area, int nr_areas);
#endif /* MODULE */
-#endif /* DEBUG_H */
+#endif /* _ASM_S390_DEBUG_H */