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>
This commit is contained in:
parent
dbc0d691a4
commit
e7f2c8c1f0
31 changed files with 56 additions and 102 deletions
|
@ -13,5 +13,4 @@
|
|||
|
||||
#define COMMAND_LINE_SIZE 256
|
||||
|
||||
|
||||
#endif /* _UAPI__ASM_AVR32_SETUP_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue