]> bbs.cooldavid.org Git - net-next-2.6.git/commit
checkpatch: refactor 'allowed asm includes' and add memory.h
authorWolfram Sang <w.sang@pengutronix.de>
Tue, 10 Aug 2010 00:20:57 +0000 (17:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Aug 2010 03:45:09 +0000 (20:45 -0700)
commit7840a94cd12559d8aee6382fafb85fbc9eb3a2c2
tree6d3dad4d269f55aec1f21c0d40e40df54212632b
parent1986aaf828ac8398b3d8d9b4151b08c840414ffe
checkpatch: refactor 'allowed asm includes' and add memory.h

Change the check suggesting replacement of asm-includes with
linux-includes.  Exceptions to this rule are easier to extend now.  Add
memory.h because ARM has a custom one.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Andy Whitcroft <apw@shadowen.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl