summaryrefslogtreecommitdiff
path: root/arch/mips/include/uapi/asm/fcntl.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-06-18 10:40:39 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-07-01 15:10:52 +0200
commita932fec84c633a5123b7d449a0588018678684cb (patch)
treecd4f8343c1836db9e5fe0ef01ff5bf07dee94755 /arch/mips/include/uapi/asm/fcntl.h
parent4b54f06522ed97e7870e7146840fc8169bbcdb48 (diff)
MIPS: Use proper include guard symbol for <uapi/asm/fcntl.h>.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/uapi/asm/fcntl.h')
-rw-r--r--arch/mips/include/uapi/asm/fcntl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/include/uapi/asm/fcntl.h b/arch/mips/include/uapi/asm/fcntl.h
index 0bda78f70e1e..07afa6fe1e44 100644
--- 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 */