summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx9
diff options
context:
space:
mode:
authorAndre Przywara <andre.przywara@arm.com>2023-05-15 16:52:10 +0300
committerTom Rini <trini@konsulko.com>2023-05-31 17:11:46 +0300
commit4ee992f7cf907d269d20a26d90513ef67b371dd5 (patch)
treea48571e508fbbe95bb85307c30578c9cb5974063 /arch/arm/include/asm/arch-imx9
parent41e289bb1f6032694900afad017320d26f411066 (diff)
downloadu-boot-4ee992f7cf907d269d20a26d90513ef67b371dd5.tar.xz
imx: fix header inclusion guards
It seems like the header inclusion guards for some IMX related headers were misspelled or got out of sync. Make the preprocessor symbols for the #ifndef and #define lines the same, so that the double inclusion protection works as expected. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx9')
-rw-r--r--arch/arm/include/asm/arch-imx9/sys_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-imx9/sys_proto.h b/arch/arm/include/asm/arch-imx9/sys_proto.h
index ba97f92f5a..2f7a129275 100644
--- a/arch/arm/include/asm/arch-imx9/sys_proto.h
+++ b/arch/arm/include/asm/arch-imx9/sys_proto.h
@@ -4,7 +4,7 @@
*/
#ifndef __ARCH_IMX9_SYS_PROTO_H
-#define __ARCH_NMX9_SYS_PROTO_H
+#define __ARCH_IMX9_SYS_PROTO_H
#include <asm/mach-imx/sys_proto.h>