arch: blackfin: uapi: be sure of "_UAPI" prefix for all guard macros
authorChen Gang <gang.chen@asianux.com>
Tue, 12 Nov 2013 09:04:04 +0000 (17:04 +0800)
committerSteven Miao <realmz6@gmail.com>
Wed, 29 Jan 2014 07:11:06 +0000 (15:11 +0800)
commit133765093514628a82c232551d2517364d75a46d
tree81b6a703aa67be282275deec881b216388b188db
parentd8ec26d7f8287f5788a494f56e8814210f0e64be
arch: blackfin: 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 be sure that all files have their guard macros.

Also be sure that all "#endif" are followed with comments, and no '\t'
for guard macro

Signed-off-by: Chen Gang <gang.chen@asianux.com>
arch/blackfin/include/uapi/asm/byteorder.h
arch/blackfin/include/uapi/asm/cachectl.h
arch/blackfin/include/uapi/asm/fcntl.h
arch/blackfin/include/uapi/asm/ioctls.h
arch/blackfin/include/uapi/asm/poll.h
arch/blackfin/include/uapi/asm/posix_types.h
arch/blackfin/include/uapi/asm/sigcontext.h
arch/blackfin/include/uapi/asm/siginfo.h
arch/blackfin/include/uapi/asm/signal.h
arch/blackfin/include/uapi/asm/stat.h
arch/blackfin/include/uapi/asm/swab.h