checkpatch: update $allowed_asm_includes macros, add reboot.h and time.h
authorSergey Ryazanov <[email protected]>
Mon, 13 Oct 2014 22:51:44 +0000 (15:51 -0700)
committerLinus Torvalds <[email protected]>
Tue, 14 Oct 2014 00:18:14 +0000 (02:18 +0200)
commitcdcee686ee9047185b7a484614f6c2faa5c4a7bb
tree6f44560979ce682dfb16a949b6dd6bb963dcb43c
parent72c231cb70eddb56e7e532f64dc22301044486dc
checkpatch: update $allowed_asm_includes macros, add reboot.h and time.h

Several architectures (e.g.  x86, MIPS, Blackfin) have asm/reboot.h and
asm/time.h header files, which are not included in linux/reboot.h and
linux/time.h headers.  This lead to generation of false positive errors.

Signed-off-by: Sergey Ryazanov <[email protected]>
Cc: Andy Whitcroft <[email protected]>
Cc: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl