]> git.karo-electronics.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>
Fri, 12 Oct 2012 04:25:06 +0000 (15:25 +1100)
commitd2fe09eefe556ecfb8e2ffd875ac166232e9ff54
tree7d465d29f569f3167cdd8aa25da98360514cf130
parent2f2b9045a6fc54fa7e0615005236181cba9aaf7b
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