Skip to content

Commit 32975c4

Browse files
geertuarndb
authored andcommitted
uapi: Add missing _UAPI prefix to <asm-generic/types.h> include guard
Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 5e5ff73 commit 32975c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/uapi/asm-generic/types.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2-
#ifndef _ASM_GENERIC_TYPES_H
3-
#define _ASM_GENERIC_TYPES_H
2+
#ifndef _UAPI_ASM_GENERIC_TYPES_H
3+
#define _UAPI_ASM_GENERIC_TYPES_H
44
/*
55
* int-ll64 is used everywhere now.
66
*/
77
#include <asm-generic/int-ll64.h>
88

9-
#endif /* _ASM_GENERIC_TYPES_H */
9+
#endif /* _UAPI_ASM_GENERIC_TYPES_H */

0 commit comments

Comments
 (0)