]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - scripts/checkpatch.pl
checkpatch: update $allowed_asm_includes macros, add reboot.h and time.h
[karo-tx-linux.git] / scripts / checkpatch.pl
index 38d64f0c01b8c3c16717dc4c7373650e3e568bb9..1700720166d1d4520161b689d346b9c9119e7254 100755 (executable)
@@ -425,7 +425,9 @@ foreach my $entry (@mode_permission_funcs) {
 
 our $allowed_asm_includes = qr{(?x:
        irq|
-       memory
+       memory|
+       time|
+       reboot
 )};
 # memory.h: ARM has a custom one