UBIFS: remove __DATE__ and __TIME__
authorJiri Slaby <jslaby@suse.cz>
Thu, 9 Aug 2012 17:43:14 +0000 (19:43 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 2 Mar 2013 20:11:44 +0000 (22:11 +0200)
commitd86a74d096864ae97118fbd20a381488003e995a
treed190b255aa526fffd9ebce04c85914bceb5eb7c9
parent9bc94566ec359b60442eea87df14495106d776e9
UBIFS: remove __DATE__ and __TIME__

This tag is useless and it breaks automatic builds. It causes rebuilds
for packages that depend on kernel for no real reason.

Further, quoting Michal, who removed most of the users already:
The kernel already prints its build timestamp during boot, no need to
repeat it in random drivers and produce different object files each
time.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
fs/ubifs/super.c