From: Ken Cox Date: Thu, 26 Jun 2014 14:55:55 +0000 (-0500) Subject: Staging: unisys: remove references to __DATE__ and __TIME__ X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1498 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=836bee9eee6d13cb4f3bf2a53133fab576877dac;p=pandora-kernel.git Staging: unisys: remove references to __DATE__ and __TIME__ The use of __DATE__ and __TIME__ is no longer allowed in the kernel so this commit removes those. They were once useful when the drivers were being built externally, but now that the drivers are in the kernel the use of the macros is redundant since the kernel already has the same information elsewhere. In addition, using these macros breaks the build if using gcc 4.9.0 Reported-by: Greg Kroah-Hartman Signed-off-by: Ken Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed