]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
dlm: Drop __TIME__ usage
authorMichal Marek <mmarek@suse.cz>
Fri, 1 Apr 2011 10:41:20 +0000 (12:41 +0200)
committerMichal Marek <mmarek@suse.cz>
Thu, 26 May 2011 07:46:17 +0000 (09:46 +0200)
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 <ccaulfie@redhat.com>
Cc: David Teigland <teigland@redhat.com>
Cc: cluster-devel@redhat.com
Signed-off-by: Michal Marek <mmarek@suse.cz>
fs/dlm/main.c

index b80e0aa3cfa534e6ef130dc09bb36454fbbe260d..5a59efa0bb469ebb9991be5d29bdb98c93233cfd 100644 (file)
@@ -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;