]> git.karo-electronics.de Git - karo-tx-linux.git/commit
timeconst.pl: remove deprecated defined(@array)
authorDagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Tue, 14 Aug 2012 03:22:28 +0000 (13:22 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 24 Aug 2012 06:43:46 +0000 (16:43 +1000)
commita2ebc000e13f8557b3bf4b5ea417cb46c52079e0
treedd22ba643e67657e151842cf1200f650b66a15f4
parent9627cc86f45d85796356739a9176a04d5f4b3ad3
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