projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b54f06
)
MIPS: Use proper include guard symbol for <uapi/asm/fcntl.h>.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 18 Jun 2013 08:40:39 +0000
(10:40 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 1 Jul 2013 13:10:52 +0000
(15:10 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/uapi/asm/fcntl.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/uapi/asm/fcntl.h
b/arch/mips/include/uapi/asm/fcntl.h
index 0bda78f70e1e5930438c78e00897b7e86d244d75..07afa6fe1e441185908e786e95136301dab30c2e 100644
(file)
--- a/
arch/mips/include/uapi/asm/fcntl.h
+++ b/
arch/mips/include/uapi/asm/fcntl.h
@@
-5,8
+5,8
@@
*
* Copyright (C) 1995, 96, 97, 98, 99, 2003, 05 Ralf Baechle
*/
-#ifndef _ASM_FCNTL_H
-#define _ASM_FCNTL_H
+#ifndef _
UAPI_
ASM_FCNTL_H
+#define _
UAPI_
ASM_FCNTL_H
#define O_APPEND 0x0008
@@
-74,4
+74,4
@@
struct flock {
#include <asm-generic/fcntl.h>
-#endif /* _ASM_FCNTL_H */
+#endif /* _
UAPI_
ASM_FCNTL_H */