From: Andy Whitcroft Date: Thu, 16 Oct 2008 05:02:20 +0000 (-0700) Subject: checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.c X-Git-Tag: v2.6.28-rc1~488 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09dec4831bbb319987215ea0a280b2a620021b7;p=pandora-kernel.git checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.c It is much more likely that an architecture file will want to directly include asm header files. Reduce this WARNING to a CHECK when the referencing file is in the arch directory. Signed-off-by: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed