diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/checkpatch.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 38d64f0c01b8..1700720166d1 100755 --- a/scripts/checkpatch.pl +++ b/scripts/checkpatch.pl | |||
| @@ -425,7 +425,9 @@ foreach my $entry (@mode_permission_funcs) { | |||
| 425 | 425 | ||
| 426 | our $allowed_asm_includes = qr{(?x: | 426 | our $allowed_asm_includes = qr{(?x: |
| 427 | irq| | 427 | irq| |
| 428 | memory | 428 | memory| |
| 429 | time| | ||
| 430 | reboot | ||
| 429 | )}; | 431 | )}; |
| 430 | # memory.h: ARM has a custom one | 432 | # memory.h: ARM has a custom one |
| 431 | 433 | ||
