diff options
author | Michal Marek <mmarek@suse.cz> | 2011-04-05 10:59:16 -0400 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2011-05-10 10:31:03 -0400 |
commit | 97fbdc1f77e9ce50ed0be543273d78f8de8675ac (patch) | |
tree | 9d6a029628fdec7443e1e7636105afc3bef7276a /net/tipc | |
parent | 7ef73bca731fea9d4b706db2acb96b6488aa1b0e (diff) |
tipc: 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.
Signed-off-by: Michal Marek <mmarek@suse.cz>
Cc: Jon Maloy <jon.maloy@ericsson.com>
Cc: netdev@vger.kernel.org
Cc: tipc-discussion@lists.sourceforge.net
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc')
-rw-r--r-- | net/tipc/core.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tipc/core.c b/net/tipc/core.c index c9a73e7763f6..943b6af84265 100644 --- a/net/tipc/core.c +++ b/net/tipc/core.c | |||
@@ -179,8 +179,7 @@ static int __init tipc_init(void) | |||
179 | if (tipc_log_resize(CONFIG_TIPC_LOG) != 0) | 179 | if (tipc_log_resize(CONFIG_TIPC_LOG) != 0) |
180 | warn("Unable to create log buffer\n"); | 180 | warn("Unable to create log buffer\n"); |
181 | 181 | ||
182 | info("Activated (version " TIPC_MOD_VER | 182 | info("Activated (version " TIPC_MOD_VER ")\n"); |
183 | " compiled " __DATE__ " " __TIME__ ")\n"); | ||
184 | 183 | ||
185 | tipc_own_addr = 0; | 184 | tipc_own_addr = 0; |
186 | tipc_remote_management = 1; | 185 | tipc_remote_management = 1; |