rio: Drop __DATE__ usage
authorMichal Marek <mmarek@suse.cz>
Fri, 1 Apr 2011 10:41:20 +0000 (12:41 +0200)
committerMichal Marek <mmarek@suse.cz>
Mon, 18 Apr 2011 22:23:22 +0000 (00:23 +0200)
commit9f3ad1cab2a0357d5866d45413fa2ee3e88e496f
tree790ae3c9635925cf5cccbe6bf9671a943c042089
parent565502f8894739ce7b5fd131f39c930dc4351710
rio: Drop __DATE__ usage

The kernel already prints its build timestamp during boot, no need to
repeat it in random drivers and produce different object files each
time. As the buildDate field is part of the userspace API, I replaced it
with the date of the last code change.

Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Michal Marek <mmarek@suse.cz>
drivers/staging/generic_serial/rio/rioinit.c