edac: 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. Cc: Doug Thompson <dougthompson@xmission.com> Cc: bluesmoke-devel@lists.sourceforge.net Cc: linux-edac@vger.kernel.org Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Michal Marek <mmarek@suse.cz>
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "edac_module.h"
|
||||
#include "amd8131_edac.h"
|
||||
|
||||
#define AMD8131_EDAC_REVISION " Ver: 1.0.0 " __DATE__
|
||||
#define AMD8131_EDAC_REVISION " Ver: 1.0.0"
|
||||
#define AMD8131_EDAC_MOD_STR "amd8131_edac"
|
||||
|
||||
/* Wrapper functions for accessing PCI configuration space */
|
||||
|
Reference in New Issue
Block a user