diff options
Diffstat (limited to 'drivers/edac/e7xxx_edac.c')
-rw-r--r-- | drivers/edac/e7xxx_edac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/e7xxx_edac.c b/drivers/edac/e7xxx_edac.c index 0827b9a7b386..367eb99c1d07 100644 --- a/drivers/edac/e7xxx_edac.c +++ b/drivers/edac/e7xxx_edac.c | |||
@@ -28,9 +28,9 @@ | |||
28 | #include <linux/pci_ids.h> | 28 | #include <linux/pci_ids.h> |
29 | #include <linux/slab.h> | 29 | #include <linux/slab.h> |
30 | #include <linux/edac.h> | 30 | #include <linux/edac.h> |
31 | #include "edac_mc.h" | 31 | #include "edac_core.h" |
32 | 32 | ||
33 | #define E7XXX_REVISION " Ver: 2.0.1 " __DATE__ | 33 | #define E7XXX_REVISION " Ver: 2.0.2 " __DATE__ |
34 | #define EDAC_MOD_STR "e7xxx_edac" | 34 | #define EDAC_MOD_STR "e7xxx_edac" |
35 | 35 | ||
36 | #define e7xxx_printk(level, fmt, arg...) \ | 36 | #define e7xxx_printk(level, fmt, arg...) \ |