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> #include <linux/delay.h>
#define VERSION_STRING DRIVER_DESC " 2.1d (build date: " \ #define VERSION_STRING DRIVER_DESC " 2.1d"
__DATE__ " " __TIME__ ")"
/* Macros definitions */ /* Macros definitions */