]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - scripts/headers_check.pl
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[linux-2.6-omap-h63xx.git] / scripts / headers_check.pl
index b62c319611a25a725eeb513b1522c605fea06293..db30fac3083efd488596577743422adae9b0c6cc 100644 (file)
@@ -78,6 +78,9 @@ sub check_config
 my $linux_asm_types;
 sub check_asm_types()
 {
+       if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
+               return;
+       }
        if ($lineno == 1) {
                $linux_asm_types = 0;
        } elsif ($linux_asm_types >= 1) {
@@ -95,6 +98,9 @@ sub check_asm_types()
 my $linux_types;
 sub check_sizetypes
 {
+       if ($filename =~ /types.h|int-l64.h|int-ll64.h/o) {
+               return;
+       }
        if ($lineno == 1) {
                $linux_types = 0;
        } elsif ($linux_types >= 1) {