Re: [PATCH 1/5] kbuild: remove deprecated use of defined in timeconst.pl

2012-12-09 Thread Michal Marek
On 18.11.2012 21:05, pefol...@verizon.net wrote: > From: Peter Foley > > Fix this warning by removing a unneeded use of defined An identical fix for this is in the -mm tree already. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to maj

[PATCH 1/5] kbuild: remove deprecated use of defined in timeconst.pl

2012-11-18 Thread pefoley2
From: Peter Foley Fix this warning by removing a unneeded use of defined TIMEC kernel/timeconst.h defined(@array) is deprecated at kernel/timeconst.pl line 373. (Maybe you should just omit the defined()?) Signed-off-by: Peter Foley --- kernel/timeconst.pl | 2 +- 1 file changed, 1 i