]> git.karo-electronics.de Git - karo-tx-linux.git/commit
timeconst.pl: remove deprecated defined(@array)
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Thu, 25 Oct 2012 01:14:42 +0000 (12:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 2 Nov 2012 05:00:43 +0000 (16:00 +1100)
commitcceba6bfe42f37b48edee5ad2662dfb8834773e6
tree1607afbc2d0339cf09dfd49af3fb844733453305
parentb4b17851e7764ac3ff7c17309796410aed247558
timeconst.pl: remove deprecated defined(@array)

The use of defined() on arrays and hashes has been deprecated since perl
5.6, but until 5.17.6 it only warned on lexicals, not package globals.

Signed-off-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Acked-by: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/timeconst.pl