diff options
Diffstat (limited to 'scripts/checkversion.pl')
| -rwxr-xr-x | scripts/checkversion.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/checkversion.pl b/scripts/checkversion.pl index b444e89a0095..5e490a8ceca5 100755 --- a/scripts/checkversion.pl +++ b/scripts/checkversion.pl | |||
| @@ -12,6 +12,7 @@ $| = 1; | |||
| 12 | my $debugging; | 12 | my $debugging; |
| 13 | 13 | ||
| 14 | foreach my $file (@ARGV) { | 14 | foreach my $file (@ARGV) { |
| 15 | next if $file =~ "include/linux/version\.h"; | ||
| 15 | # Open this file. | 16 | # Open this file. |
| 16 | open( my $f, '<', $file ) | 17 | open( my $f, '<', $file ) |
| 17 | or die "Can't open $file: $!\n"; | 18 | or die "Can't open $file: $!\n"; |
