checkversion.pl (e5451c8f8330e03ad3cfa16048b4daf961af434f) checkversion.pl (cb77f0d623ff33a7899cb945f4f5a4825fbb2ea1)
1#! /usr/bin/perl
1#! /usr/bin/env perl
2#
3# checkversion find uses of LINUX_VERSION_CODE or KERNEL_VERSION
4# without including <linux/version.h>, or cases of
5# including <linux/version.h> that don't need it.
6# Copyright (C) 2003, Randy Dunlap <rdunlap@xenotime.net>
7
8use strict;
9

--- 62 unchanged lines hidden ---
2#
3# checkversion find uses of LINUX_VERSION_CODE or KERNEL_VERSION
4# without including <linux/version.h>, or cases of
5# including <linux/version.h> that don't need it.
6# Copyright (C) 2003, Randy Dunlap <rdunlap@xenotime.net>
7
8use strict;
9

--- 62 unchanged lines hidden ---