summaryrefslogtreecommitdiffstats
path: root/drivers/edac/i82875p_edac.c
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2011-04-01 12:41:20 +0200
committerMichal Marek <mmarek@suse.cz>2011-04-19 00:23:22 +0200
commit152ba3942276c2a240703669ae4a3099e0a79451 (patch)
tree8345567346ea64c3855fae57cc419f1a16b17544 /drivers/edac/i82875p_edac.c
parent9f3ad1cab2a0357d5866d45413fa2ee3e88e496f (diff)
downloadlinux-0-day-152ba3942276c2a240703669ae4a3099e0a79451.tar.gz
linux-0-day-152ba3942276c2a240703669ae4a3099e0a79451.tar.xz
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>
Diffstat (limited to 'drivers/edac/i82875p_edac.c')
-rw-r--r--drivers/edac/i82875p_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i82875p_edac.c b/drivers/edac/i82875p_edac.c
index b2fd1e899142a..33864c63c6840 100644
--- a/drivers/edac/i82875p_edac.c
+++ b/drivers/edac/i82875p_edac.c
@@ -20,7 +20,7 @@
#include <linux/edac.h>
#include "edac_core.h"
-#define I82875P_REVISION " Ver: 2.0.2 " __DATE__
+#define I82875P_REVISION " Ver: 2.0.2"
#define EDAC_MOD_STR "i82875p_edac"
#define i82875p_printk(level, fmt, arg...) \