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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Feb 2023 07:34:30 +0000 (08:34 +0100)
commita524f623daaed7f9e5475bb82e47af59501b5114
treefc14bcbc7916175c2bf0c03a3288ff1865bbf5ee
parent68f5d286aa3def44086d8f4e59f8e950dd1f2075
s390/debug: add _ASM_S390_ prefix to header guard

[ Upstream commit 0d4d52361b6c29bf771acd4fa461f06d78fb2fac ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/s390/include/asm/debug.h