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/edac_mc_sysfs.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/edac_mc_sysfs.c')
-rw-r--r-- | drivers/edac/edac_mc_sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/edac_mc_sysfs.c b/drivers/edac/edac_mc_sysfs.c index 30780efc44b3..6e2785bd011c 100644 --- a/drivers/edac/edac_mc_sysfs.c +++ b/drivers/edac/edac_mc_sysfs.c | |||
@@ -12,7 +12,7 @@ | |||
12 | #include <linux/sysdev.h> | 12 | #include <linux/sysdev.h> |
13 | #include <linux/ctype.h> | 13 | #include <linux/ctype.h> |
14 | 14 | ||
15 | #include "edac_mc.h" | 15 | #include "edac_core.h" |
16 | #include "edac_module.h" | 16 | #include "edac_module.h" |
17 | 17 | ||
18 | /* MC EDAC Controls, setable by module parameter, and sysfs */ | 18 | /* MC EDAC Controls, setable by module parameter, and sysfs */ |