summaryrefslogtreecommitdiff
path: root/arch/avr32/include/uapi/asm/sigcontext.h
diff options
context:
space:
mode:
authorChen Gang <gang.chen@asianux.com>2013-11-12 12:38:47 +0400
committerHans-Christian Egtvedt <hegtvedt@cisco.com>2013-11-20 12:53:22 +0400
commite7f2c8c1f0e5b062c23001dac229e570228940e8 (patch)
tree228a988fa2a0c5da303504add19604cabb31b61c /arch/avr32/include/uapi/asm/sigcontext.h
parentdbc0d691a4dd7787efd94aa26fe7682a457e53d8 (diff)
downloadlinux-e7f2c8c1f0e5b062c23001dac229e570228940e8.tar.xz
avr32: uapi: be sure of "_UAPI" prefix for all guard macros
For all uapi headers, need use "_UAPI" prefix for its guard macro (which will be stripped by "scripts/headers_installer.sh"). Also remove redundant files (bitsperlong.h, errno.h, fcntl.h, ioctl.h, ioctls.h, ipcbuf.h, kvm_para.h, mman.h, poll.h, resource.h, siginfo.h, statfs.h, and unistd.h) which are already in Kbuild. Also be sure that all "#endif" only have one empty line above, and each file has guard macro. Signed-off-by: Chen Gang <gang.chen@asianux.com> Signed-off-by: Hans-Christian Egtvedt <hegtvedt@cisco.com>
Diffstat (limited to 'arch/avr32/include/uapi/asm/sigcontext.h')
-rw-r--r--arch/avr32/include/uapi/asm/sigcontext.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/avr32/include/uapi/asm/sigcontext.h b/arch/avr32/include/uapi/asm/sigcontext.h
index e04062b5f39f..27e56bf6377f 100644
--- a/arch/avr32/include/uapi/asm/sigcontext.h
+++ b/arch/avr32/include/uapi/asm/sigcontext.h
@@ -5,8 +5,8 @@
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
-#ifndef __ASM_AVR32_SIGCONTEXT_H
-#define __ASM_AVR32_SIGCONTEXT_H
+#ifndef _UAPI__ASM_AVR32_SIGCONTEXT_H
+#define _UAPI__ASM_AVR32_SIGCONTEXT_H
struct sigcontext {
unsigned long oldmask;
@@ -31,4 +31,4 @@ struct sigcontext {
unsigned long r0;
};
-#endif /* __ASM_AVR32_SIGCONTEXT_H */
+#endif /* _UAPI__ASM_AVR32_SIGCONTEXT_H */