aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/i7core_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/i7core_edac.c
parentrio: Drop __DATE__ usage (diff)
downloadlinux-dev-152ba3942276c2a240703669ae4a3099e0a79451.tar.xz
linux-dev-152ba3942276c2a240703669ae4a3099e0a79451.zip
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/i7core_edac.c')
-rw-r--r--drivers/edac/i7core_edac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
index 81154ab296b6..3f320ba5445f 100644
--- a/drivers/edac/i7core_edac.c
+++ b/drivers/edac/i7core_edac.c
@@ -59,7 +59,7 @@ MODULE_PARM_DESC(use_pci_fixup, "Enable PCI fixup to seek for hidden devices");
/*
* Alter this version for the module when modifications are made
*/
-#define I7CORE_REVISION " Ver: 1.0.0 " __DATE__
+#define I7CORE_REVISION " Ver: 1.0.0"
#define EDAC_MOD_STR "i7core_edac"
/*