Re: [PATCH 15/34] baycom: Drop __TIME__ usage
From: Michal Marek <hidden>
Date: 2011-05-25 15:23:25
Also in:
linux-hams, linux-kbuild, lkml
From: Michal Marek <hidden>
Date: 2011-05-25 15:23:25
Also in:
linux-hams, linux-kbuild, lkml
On 5.4.2011 17:03, Thomas Sailer wrote:
On Tue, 2011-04-05 at 16:59 +0200, 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. Cc: Thomas Sailer<redacted> Cc: linux-hams@vger.kernel.org Cc: netdev@vger.kernel.org Signed-off-by: Michal Marek<redacted>Acked-By: Thomas Sailer<redacted>
I didn't found the commit in today's linux-next, so I applied this to kbuild-2.6.git#trivial. Michal