From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:38269 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753172Ab1DRWVu (ORCPT ); Mon, 18 Apr 2011 18:21:50 -0400 Date: Tue, 19 Apr 2011 00:21:48 +0200 From: Michal Marek Subject: Re: [PATCH 32/34] pmcraid: Drop __DATE__ usage Message-ID: <20110418222148.GI29882@sepie.suse.cz> References: <1302015561-21047-1-git-send-email-mmarek@suse.cz> <1302015561-21047-33-git-send-email-mmarek@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1302015561-21047-33-git-send-email-mmarek@suse.cz> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: linux-kbuild@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Anil Ravindranath , linux-scsi@vger.kernel.org On Tue, Apr 05, 2011 at 04:59:19PM +0200, Michal Marek wrote: > 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: Anil Ravindranath > Cc: linux-scsi@vger.kernel.org > Signed-off-by: Michal Marek > --- > drivers/scsi/pmcraid.c | 9 ++++----- > drivers/scsi/pmcraid.h | 1 - > 2 files changed, 4 insertions(+), 6 deletions(-) Applied to kbuild-2.6.git#trivial. Michal