提交 2cae8de7 编写于 作者: M Michal Marek

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: NGreg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: NMichal Marek <mmarek@suse.cz>
上级 64a14b51
...@@ -61,8 +61,7 @@ ...@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册