mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
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:
parent
64a14b51be
commit
2cae8de7b0
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user