uapi: Add missing _UAPI prefix to <asm-generic/types.h> include guard
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 23 Nov 2022 16:39:18 +0000 (17:39 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 1 Dec 2022 15:22:06 +0000 (16:22 +0100)
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/uapi/asm-generic/types.h

index dfaa50d..7ad4dd0 100644 (file)
@@ -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 */