projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64a14b5
)
nozomi: Drop __TIME__ usage
author
Michal Marek
<mmarek@suse.cz>
Fri, 1 Apr 2011 10:41:20 +0000
(12:41 +0200)
committer
Michal 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.
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
drivers/tty/nozomi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/tty/nozomi.c
b/drivers/tty/nozomi.c
index f4f11164efe51f5dc69fa474a5b5c439851a11e1..db16048484c092e44c06b96294659a21786ddfa1 100644
(file)
--- a/
drivers/tty/nozomi.c
+++ b/
drivers/tty/nozomi.c
@@
-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 */