]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: rts5139: Drop print of build time
authorJosh Triplett <josh@joshtriplett.org>
Mon, 23 Dec 2013 21:55:19 +0000 (13:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 16:46:29 +0000 (08:46 -0800)
commit0fcaf3bc1a12d4b21d4b215f831a7bc49baf6f04
treee8b0e5097d26db55a47e7e43c731784965b55d55
parentbf8c0f540cd480c327f9f8fe499c7c12a24526ac
staging: rts5139: Drop print of build time

The kernel already has this information, and individual drivers
shouldn't duplicate that.  This also eliminates the use of __TIME__,
which makes the build non-deterministic.  (And, without __DATE__,
__TIME__ provided little useful information to begin with.)

Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5139/rts51x_scsi.c