nozomi: Drop __TIME__ usage

The kernel already prints its build timestamp during boot, no need to
repeat it in random drivers and produce different object files each
time.

Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
Michal Marek 2011-04-01 12:41:20 +02:00
parent 64a14b51be
commit 2cae8de7b0
1 changed files with 1 additions and 2 deletions

View File

@ -61,8 +61,7 @@
#include <linux/delay.h>
#define VERSION_STRING DRIVER_DESC " 2.1d (build date: " \
__DATE__ " " __TIME__ ")"
#define VERSION_STRING DRIVER_DESC " 2.1d"
/* Macros definitions */