X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=scripts%2Fheaders_check.pl;h=56f90a480899dd7bef86b88725b5668160b5fcad;hb=31f7b6010bee013215eee2f4c13e715001684672;hp=db30fac3083efd488596577743422adae9b0c6cc;hpb=5439e726b54af8fdd958afa2ff42c4821eaf027a;p=linux-2.6-omap-h63xx.git diff --git a/scripts/headers_check.pl b/scripts/headers_check.pl index db30fac3083..56f90a48089 100644 --- a/scripts/headers_check.pl +++ b/scripts/headers_check.pl @@ -38,7 +38,7 @@ foreach my $file (@files) { &check_asm_types(); &check_sizetypes(); &check_prototypes(); - &check_config(); + # Dropped for now. Too much noise &check_config(); } close FH; }