commit | 9f3ad1cab2a0357d5866d45413fa2ee3e88e496f | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.cz> | Fri Apr 01 12:41:20 2011 +0200 |
committer | Michal Marek <mmarek@suse.cz> | Tue Apr 19 00:23:22 2011 +0200 |
tree | 790ae3c9635925cf5cccbe6bf9671a943c042089 | |
parent | 565502f8894739ce7b5fd131f39c930dc4351710 [diff] |
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>