Skip to content

Commit

Permalink
tipc: Drop __TIME__ usage
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
michal42 authored and Paul Gortmaker committed May 10, 2011
1 parent 7ef73bc commit 97fbdc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/tipc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 97fbdc1

Please sign in to comment.