diff options
author | Douglas Thompson <dougthompson@xmission.com> | 2007-07-19 12:49:47 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 21:04:53 +0400 |
commit | 20bcb7a81dee21bfa3408f03f46b2891c9b5c84b (patch) | |
tree | 992905e94e17bbd1cd01c2dbfe0281eeede6a8fb /drivers/edac/e7xxx_edac.c | |
parent | c0d121720220584bba2876b032e58a076b843fa1 (diff) | |
download | linux-20bcb7a81dee21bfa3408f03f46b2891c9b5c84b.tar.xz |
drivers/edac: mod use edac_core.h
In the refactoring of edac_mc.c into several subsystem files,
the header file edac_mc.h became meaningless. A new header file
edac_core.h was created. All the files that previously included
"edac_mc.h" are changed to include "edac_core.h".
Signed-off-by: Douglas Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 @@ #include <linux/pci_ids.h> #include <linux/slab.h> #include <linux/edac.h> -#include "edac_mc.h" +#include "edac_core.h" -#define E7XXX_REVISION " Ver: 2.0.1 " __DATE__ +#define E7XXX_REVISION " Ver: 2.0.2 " __DATE__ #define EDAC_MOD_STR "e7xxx_edac" #define e7xxx_printk(level, fmt, arg...) \ |