kbuild: ignore a few files in headers_check
authorSam Ravnborg <sam@ravnborg.org>
Wed, 31 Dec 2008 08:32:30 +0000 (09:32 +0100)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 2 Jan 2009 19:43:27 +0000 (20:43 +0100)
commitb67ff8ce122f3353bd741db48ce1756c12fb5f2d
treea5c5c20f34675c0635ab2fa791dd85635df45592
parent483b41218fa9d5172312a9e294aaf78e22b266e6
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 <sam@ravnborg.org>
scripts/headers_check.pl