]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
timeconst.pl: remove deprecated defined(@array)
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Fri, 12 Oct 2012 04:22:51 +0000 (15:22 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 22 Oct 2012 04:01:05 +0000 (15:01 +1100)
commit246a4aacb4f3daf3ee9e16d72f83b562ffd113d7
treef7817026a917744fc302403e7bfdd5c540a86336
parent2cc7e43718dd9259fe40e19b6ce5013d4524a581
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