From: Ralf Baechle Date: Tue, 18 Jun 2013 08:40:39 +0000 (+0200) Subject: MIPS: Use proper include guard symbol for . X-Git-Tag: next-20130619~105^2~10 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0a62144b22104149aae4b52910c2b53af5103ad1;p=karo-tx-linux.git MIPS: Use proper include guard symbol for . Signed-off-by: Ralf Baechle --- 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 -#endif /* _ASM_FCNTL_H */ +#endif /* _UAPI_ASM_FCNTL_H */