]> 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>
Thu, 6 Sep 2012 06:14:21 +0000 (16:14 +1000)
commit8dfd36e9acbb471ec9c5d29ec6e11410050211a3
tree118c86f9d9e33de392eb37ebad429d3ac22d32a8
parent559bb83056c025a639fc68c519b573790f3ba608
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