summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2022-11-23 17:39:18 +0100
committerArnd Bergmann <arnd@arndb.de>2022-12-01 16:22:06 +0100
commit32975c491ee410598b33201344c123fcc81a7c33 (patch)
tree459ecb6241baaea82d1987223b2078d333886e42
parent5e5ff73c2e5863f93fc5fd78d178cd8f2af12464 (diff)
downloadlinux-32975c491ee410598b33201344c123fcc81a7c33.tar.bz2
uapi: Add missing _UAPI prefix to <asm-generic/types.h> include guard
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r--include/uapi/asm-generic/types.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/uapi/asm-generic/types.h b/include/uapi/asm-generic/types.h
index dfaa50d99d8f..7ad4dd01b8bf 100644
--- a/include/uapi/asm-generic/types.h
+++ b/include/uapi/asm-generic/types.h
@@ -1,9 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _ASM_GENERIC_TYPES_H
-#define _ASM_GENERIC_TYPES_H
+#ifndef _UAPI_ASM_GENERIC_TYPES_H
+#define _UAPI_ASM_GENERIC_TYPES_H
/*
* int-ll64 is used everywhere now.
*/
#include <asm-generic/int-ll64.h>
-#endif /* _ASM_GENERIC_TYPES_H */
+#endif /* _UAPI_ASM_GENERIC_TYPES_H */