netfilter: bridge: ebt_among: add more missing match size checks
[pandora-kernel.git] / scripts / checkversion.pl
index b444e89..5e490a8 100755 (executable)
@@ -12,6 +12,7 @@ $| = 1;
 my $debugging;
 
 foreach my $file (@ARGV) {
+    next if $file =~ "include/linux/version\.h";
     # Open this file.
     open( my $f, '<', $file )
       or die "Can't open $file: $!\n";