s390/debug: add _ASM_S390_ prefix to header guard
authorNiklas Schnelle <schnelle@linux.ibm.com>
Tue, 3 Jan 2023 14:11:07 +0000 (15:11 +0100)
committerHeiko Carstens <hca@linux.ibm.com>
Fri, 6 Jan 2023 15:38:21 +0000 (16:38 +0100)
commit0d4d52361b6c29bf771acd4fa461f06d78fb2fac
tree8c70a451436a20159b6b4ac73fa73a9f0dcd8969
parent88603b6dc419445847923fcb7fe5080067a30f98
s390/debug: add _ASM_S390_ prefix to header guard

Using DEBUG_H without a prefix is very generic and inconsistent with
other header guards in arch/s390/include/asm. In fact it collides with
the same name in the ath9k wireless driver though that depends on !S390
via disabled wireless support. Let's just use a consistent header guard
name and prevent possible future trouble.

Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/include/asm/debug.h