On Thu, 2014-08-21 at 11:43 +0400, Sergey Ryazanov wrote: > 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.
I've no objection. > Signed-off-by: Sergey Ryazanov <[email protected]> > --- > scripts/checkpatch.pl | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl > index 31a731e..29d6b56 100755 > --- a/scripts/checkpatch.pl > +++ b/scripts/checkpatch.pl > @@ -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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

