From d86a74d096864ae97118fbd20a381488003e995a Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Thu, 9 Aug 2012 19:43:14 +0200 Subject: [PATCH] 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 Signed-off-by: Artem Bityutskiy --- Reading git-format-patch failed