Skip to content

Commit

Permalink
dlm: 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.

Cc: Christine Caulfield <[email protected]>
Cc: David Teigland <[email protected]>
Cc: [email protected]
Signed-off-by: Michal Marek <[email protected]>
  • Loading branch information
michal42 committed May 26, 2011
1 parent 772e289 commit 75ce481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/dlm/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static int __init init_dlm(void)
if (error)
goto out_netlink;

printk("DLM (built %s %s) installed\n", __DATE__, __TIME__);
printk("DLM installed\n");

return 0;

Expand Down

0 comments on commit 75ce481

Please sign in to comment.