Re: [PATCH 12/34] isdn/diva: Drop __TIME__ usage
From: Michal Marek <hidden>
Date: 2011-05-25 20:37:26
Also in:
linux-kbuild, lkml
From: Michal Marek <hidden>
Date: 2011-05-25 20:37:26
Also in:
linux-kbuild, lkml
Dne 5.4.2011 17:10, Armin Schindler napsal(a):
On Tue, 5 Apr 2011, Michal Marek wrote:quoted
The kernel already prints its build timestamp during boot, no need to repeat it in random drivers and produce different object files each time.The module can be build separately from the kernel, therefore it can have an own build timestamp.
So the module timestamp and kernel timestamp vary by a couple of minutes. But is it really a problem? I don't think so. So is there an objection against applying this patch? thanks, Michal