]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
commit9995d8c8dca4dced5be7c86f75cf53d3166bdead
treeb5a196a2cd3fe2155090bf4771959ede5bb79d07
parentc42f56d96d1ec642496ee0fdf741dc13fbbec2e2
fs: ubifs: drop __DATE__ and __TIME__

__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