diff options
Diffstat (limited to 'drivers/edac/edac_module.c')
-rw-r--r-- | drivers/edac/edac_module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/edac_module.c b/drivers/edac/edac_module.c index 89c96ecbf04e..2f84f0d035be 100644 --- a/drivers/edac/edac_module.c +++ b/drivers/edac/edac_module.c | |||
@@ -3,10 +3,10 @@ | |||
3 | #include <linux/kthread.h> | 3 | #include <linux/kthread.h> |
4 | #include <linux/edac.h> | 4 | #include <linux/edac.h> |
5 | 5 | ||
6 | #include "edac_mc.h" | 6 | #include "edac_core.h" |
7 | #include "edac_module.h" | 7 | #include "edac_module.h" |
8 | 8 | ||
9 | #define EDAC_MC_VERSION "Ver: 2.0.3" __DATE__ | 9 | #define EDAC_MC_VERSION "Ver: 2.0.4 " __DATE__ |
10 | 10 | ||
11 | #ifdef CONFIG_EDAC_DEBUG | 11 | #ifdef CONFIG_EDAC_DEBUG |
12 | /* Values of 0 to 4 will generate output */ | 12 | /* Values of 0 to 4 will generate output */ |