projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef73bc
)
tipc: Drop __TIME__ usage
author
Michal Marek
<
[email protected]
>
Tue, 5 Apr 2011 14:59:16 +0000
(16:59 +0200)
committer
Paul Gortmaker
<
[email protected]
>
Tue, 10 May 2011 14:31:03 +0000
(10:31 -0400)
The kernel already prints its build timestamp during boot, no need to
repeat it in random drivers and produce different object files each
time.
Signed-off-by: Michal Marek <
[email protected]
>
Cc: Jon Maloy <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Signed-off-by: Allan Stephens <
[email protected]
>
Signed-off-by: Paul Gortmaker <
[email protected]
>
net/tipc/core.c
patch
|
blob
|
history
diff --git
a/net/tipc/core.c
b/net/tipc/core.c
index c9a73e7763f6f6744244e1d6d98d0575d43c8bd1..943b6af842650f97bab1ad576e96a78ba5c16b74 100644
(file)
--- a/
net/tipc/core.c
+++ b/
net/tipc/core.c
@@
-179,8
+179,7
@@
static int __init tipc_init(void)
if (tipc_log_resize(CONFIG_TIPC_LOG) != 0)
warn("Unable to create log buffer\n");
- info("Activated (version " TIPC_MOD_VER
- " compiled " __DATE__ " " __TIME__ ")\n");
+ info("Activated (version " TIPC_MOD_VER ")\n");
tipc_own_addr = 0;
tipc_remote_management = 1;