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)
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>

No differences found