]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fs: ubifs: drop __DATE__ and __TIME__
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 18 Apr 2014 10:09:50 +0000 (19:09 +0900)
committerTom Rini <trini@ti.com>
Mon, 12 May 2014 19:19:46 +0000 (15:19 -0400)
__DATE__ and __TIME__ makes the build non-deterministic.
Drop the debug message using them.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
fs/ubifs/super.c

index 67f115f2e8aaba24f18494b8063f43d9b5e0db3d..748ab6792d0d2055abb82e490121cd9540b1043d 100644 (file)
@@ -734,7 +734,6 @@ static int mount_ubifs(struct ubifs_info *c)
        ubifs_msg("reserved for root:  %llu bytes (%llu KiB)",
                c->report_rp_size, c->report_rp_size >> 10);
 
-       dbg_msg("compiled on:         " __DATE__ " at " __TIME__);
        dbg_msg("min. I/O unit size:  %d bytes", c->min_io_size);
        dbg_msg("LEB size:            %d bytes (%d KiB)",
                c->leb_size, c->leb_size >> 10);