diff options
author | Douglas Thompson <dougthompson@xmission.com> | 2007-07-19 04:49:47 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:53 -0400 |
commit | 20bcb7a81dee21bfa3408f03f46b2891c9b5c84b (patch) | |
tree | 992905e94e17bbd1cd01c2dbfe0281eeede6a8fb /drivers/edac/i5000_edac.c | |
parent | c0d121720220584bba2876b032e58a076b843fa1 (diff) |
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/i5000_edac.c')
-rw-r--r-- | drivers/edac/i5000_edac.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/i5000_edac.c b/drivers/edac/i5000_edac.c index 8eb8b6e5b32c..f6b9ef73c6cc 100644 --- a/drivers/edac/i5000_edac.c +++ b/drivers/edac/i5000_edac.c | |||
@@ -22,12 +22,12 @@ | |||
22 | #include <linux/edac.h> | 22 | #include <linux/edac.h> |
23 | #include <asm/mmzone.h> | 23 | #include <asm/mmzone.h> |
24 | 24 | ||
25 | #include "edac_mc.h" | 25 | #include "edac_core.h" |
26 | 26 | ||
27 | /* | 27 | /* |
28 | * Alter this version for the I5000 module when modifications are made | 28 | * Alter this version for the I5000 module when modifications are made |
29 | */ | 29 | */ |
30 | #define I5000_REVISION " Ver: 2.0.11.devel " __DATE__ | 30 | #define I5000_REVISION " Ver: 2.0.12 " __DATE__ |
31 | 31 | ||
32 | #define i5000_printk(level, fmt, arg...) \ | 32 | #define i5000_printk(level, fmt, arg...) \ |
33 | edac_printk(level, "i5000", fmt, ##arg) | 33 | edac_printk(level, "i5000", fmt, ##arg) |