diff options
| author | Ingo Molnar <mingo@elte.hu> | 2011-05-26 07:51:31 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2011-05-26 07:51:35 -0400 |
| commit | de66ee979d0ea45171cc2501750e9f9f22f5a690 (patch) | |
| tree | 5ab1a5c6b596b9b786902fb380274e1e1f4ceb13 /scripts/checkversion.pl | |
| parent | 916f676f8dc016103f983c7ec54c18ecdbb6e349 (diff) | |
| parent | 4db70f73e56961b9bcdfd0c36c62847a18b7dbb5 (diff) | |
Merge branch 'linus' into x86/urgent
Merge reason: we want to queue up a dependent patch.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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"; |
