Skip to content
Snippets Groups Projects
Commit 3df3f2bf authored by Michal Marek's avatar Michal Marek
Browse files

isdn/diva: 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.

Cc: Armin Schindler <mac@melware.de>
Cc: netdev@vger.kernel.org
Signed-off-by: default avatarMichal Marek <mmarek@suse.cz>
parent 36a9f77e
Branches
Tags
No related merge requests found
...@@ -113,9 +113,8 @@ void diva_xdi_didd_remove_adapter(int card) ...@@ -113,9 +113,8 @@ void diva_xdi_didd_remove_adapter(int card)
static void start_dbg(void) static void start_dbg(void)
{ {
DbgRegister("DIVAS", DRIVERRELEASE_DIVAS, (debugmask) ? debugmask : DBG_DEFAULT); DbgRegister("DIVAS", DRIVERRELEASE_DIVAS, (debugmask) ? debugmask : DBG_DEFAULT);
DBG_LOG(("DIVA ISDNXDI BUILD (%s[%s]-%s-%s)", DBG_LOG(("DIVA ISDNXDI BUILD (%s[%s])",
DIVA_BUILD, diva_xdi_common_code_build, __DATE__, DIVA_BUILD, diva_xdi_common_code_build))
__TIME__))
} }
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment