From: Geert Uytterhoeven Date: Wed, 23 Nov 2022 16:39:18 +0000 (+0100) Subject: uapi: Add missing _UAPI prefix to include guard X-Git-Tag: v6.2-rc1~40^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32975c491ee410598b33201344c123fcc81a7c33;p=thirdparty%2Flinux.git uapi: Add missing _UAPI prefix to include guard Signed-off-by: Geert Uytterhoeven Signed-off-by: Arnd Bergmann --- diff --git a/include/uapi/asm-generic/types.h b/include/uapi/asm-generic/types.h index dfaa50d99d8f3..7ad4dd01b8bf0 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 -#endif /* _ASM_GENERIC_TYPES_H */ +#endif /* _UAPI_ASM_GENERIC_TYPES_H */