scsi/in2000: Drop __TIME__ usage
authorMichal Marek <mmarek@suse.cz>
Fri, 1 Apr 2011 10:41:20 +0000 (12:41 +0200)
committerMichal Marek <mmarek@suse.cz>
Mon, 18 Apr 2011 22:23:21 +0000 (00:23 +0200)
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: "James E.J. Bottomley" <James.Bottomley@suse.de>
Cc: linux-scsi@vger.kernel.org
Signed-off-by: Michal Marek <mmarek@suse.cz>
drivers/scsi/in2000.c

index 6568aab745a0014944f619465bf0fc7bc6429d32..6096d93404071abee2971512508c64dcb52e1130 100644 (file)
@@ -2228,7 +2228,7 @@ static int in2000_proc_info(struct Scsi_Host *instance, char *buf, char **start,
        bp = buf;
        *bp = '\0';
        if (hd->proc & PR_VERSION) {
-               sprintf(tbuf, "\nVersion %s - %s. Compiled %s %s", IN2000_VERSION, IN2000_DATE, __DATE__, __TIME__);
+               sprintf(tbuf, "\nVersion %s - %s.", IN2000_VERSION, IN2000_DATE);
                strcat(bp, tbuf);
        }
        if (hd->proc & PR_INFO) {