From: Sam Ravnborg Date: Wed, 31 Dec 2008 08:32:30 +0000 (+0100) Subject: kbuild: ignore a few files in headers_check X-Git-Tag: v2.6.29-rc1~535^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b67ff8ce122f3353bd741db48ce1756c12fb5f2d;p=pandora-kernel.git kbuild: ignore a few files in headers_check The new check for asm/types.h and linux/types.h had a few false positives. o We cannot let linux/types.h include linux/types.h o The int-ll64.h and int-ll64.h define the types and are included by linux/types.h Handle this by hardcoding the filenames in the headers_check script. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed