commit | 9995d8c8dca4dced5be7c86f75cf53d3166bdead | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Fri Apr 18 19:09:50 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon May 12 15:19:46 2014 -0400 |
tree | b5a196a2cd3fe2155090bf4771959ede5bb79d07 | |
parent | c42f56d96d1ec642496ee0fdf741dc13fbbec2e2 [diff] |
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>