aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-s3c24xx
diff options
context:
space:
mode:
authorDenis Efremov <efremov@linux.com>2018-06-17 22:46:17 +0300
committerKrzysztof Kozlowski <krzk@kernel.org>2018-06-25 18:39:18 +0200
commit5613ee51b09deec6ec9a9a53824b37c9b1461ecf (patch)
tree9b7ec03cb0955e9506df36e4a8b45c0a0cef21c1 /arch/arm/mach-s3c24xx
parentLinux 4.18-rc2 (diff)
downloadwireguard-linux-5613ee51b09deec6ec9a9a53824b37c9b1461ecf.tar.xz
wireguard-linux-5613ee51b09deec6ec9a9a53824b37c9b1461ecf.zip
ARM: s3c24xx: Fix typo in guard macro of s3c2412.h
The guard macro __ARCH_ARM_REGS_S3C24XX_S3C2412_H in header s3c2412.h doesn't match the #ifndef macro __ARCH_ARM_MACH_S3C24XX_S3C2412_H. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r--arch/arm/mach-s3c24xx/include/mach/s3c2412.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/include/mach/s3c2412.h b/arch/arm/mach-s3c24xx/include/mach/s3c2412.h
index b6b32724ace8..4ff83f956cfb 100644
--- a/arch/arm/mach-s3c24xx/include/mach/s3c2412.h
+++ b/arch/arm/mach-s3c24xx/include/mach/s3c2412.h
@@ -6,7 +6,7 @@
*/
#ifndef __ARCH_ARM_MACH_S3C24XX_S3C2412_H
-#define __ARCH_ARM_REGS_S3C24XX_S3C2412_H __FILE__
+#define __ARCH_ARM_MACH_S3C24XX_S3C2412_H __FILE__
#define S3C2412_MEMREG(x) (S3C24XX_VA_MEMCTRL + (x))
#define S3C2412_EBIREG(x) (S3C2412_VA_EBI + (x))