diff options
Diffstat (limited to 'arch/arm/include/uapi/asm/setup.h')
-rw-r--r-- | arch/arm/include/uapi/asm/setup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/include/uapi/asm/setup.h b/arch/arm/include/uapi/asm/setup.h index 979ff4016404..734ff39c98dc 100644 --- a/arch/arm/include/uapi/asm/setup.h +++ b/arch/arm/include/uapi/asm/setup.h @@ -11,8 +11,8 @@ * hardware it's running on. See Documentation/arm/Setup * for more info. */ -#ifndef _UAPI__ASMARM_SETUP_H -#define _UAPI__ASMARM_SETUP_H +#ifndef __ASMARM_SETUP_H +#define __ASMARM_SETUP_H #include <linux/types.h> @@ -184,4 +184,4 @@ struct tagtable { for (t = base; t->hdr.size; t = tag_next(t)) -#endif /* _UAPI__ASMARM_SETUP_H */ +#endif /* __ASMARM_SETUP_H */ |