[PATCH] edac_mc: Remove include of version.h

From: Eric W. Biederman
Date: Sun Jan 29 2006 - 16:41:35 EST



By including version.h edac_mc was rebuilding on every incremental
build. Which defeats the point of incremental builds.

Signed-off-by: Eric W. Biederman <ebiederm@xxxxxxxxxxxx>


---

drivers/edac/edac_mc.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

c78e7d0ede7cb18a1801bc0a937e2da1e6293acd
diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c
index 4be9bd0..b10ee46 100644
--- a/drivers/edac/edac_mc.c
+++ b/drivers/edac/edac_mc.c
@@ -14,7 +14,6 @@


#include <linux/config.h>
-#include <linux/version.h>
#include <linux/module.h>
#include <linux/proc_fs.h>
#include <linux/kernel.h>
--
1.1.5.g3480

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/