diff options
author | Chen Gang <gang.chen@asianux.com> | 2013-11-12 16:38:47 +0800 |
---|---|---|
committer | Hans-Christian Egtvedt <hegtvedt@cisco.com> | 2013-11-20 09:53:22 +0100 |
commit | e7f2c8c1f0e5b062c23001dac229e570228940e8 (patch) | |
tree | 228a988fa2a0c5da303504add19604cabb31b61c /arch/avr32/include/uapi/asm/fcntl.h | |
parent | dbc0d691a4dd7787efd94aa26fe7682a457e53d8 (diff) | |
download | op-kernel-dev-e7f2c8c1f0e5b062c23001dac229e570228940e8.zip op-kernel-dev-e7f2c8c1f0e5b062c23001dac229e570228940e8.tar.gz |
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/fcntl.h')
-rw-r--r-- | arch/avr32/include/uapi/asm/fcntl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/avr32/include/uapi/asm/fcntl.h b/arch/avr32/include/uapi/asm/fcntl.h deleted file mode 100644 index 14c0c44..0000000 --- a/arch/avr32/include/uapi/asm/fcntl.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef __ASM_AVR32_FCNTL_H -#define __ASM_AVR32_FCNTL_H - -#include <asm-generic/fcntl.h> - -#endif /* __ASM_AVR32_FCNTL_H */ |