projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e5ff73
)
uapi: Add missing _UAPI prefix to <asm-generic/types.h> include guard
author
Geert Uytterhoeven
<geert@linux-m68k.org>
Wed, 23 Nov 2022 16:39:18 +0000
(17:39 +0100)
committer
Arnd 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
patch
|
blob
|
history
diff --git
a/include/uapi/asm-generic/types.h
b/include/uapi/asm-generic/types.h
index dfaa50d99d8f3f2b1d78d47c9b2ba7e98d3b3f5a..7ad4dd01b8bf06ea32de159e04ab96bf2396dec0 100644
(file)
--- 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 */