summaryrefslogtreecommitdiffstats
path: root/drivers/edac/edac_pci_sysfs.c
diff options
context:
space:
mode:
authorDouglas Thompson2007-07-19 10:49:47 +0200
committerLinus Torvalds2007-07-19 19:04:53 +0200
commit20bcb7a81dee21bfa3408f03f46b2891c9b5c84b (patch)
tree992905e94e17bbd1cd01c2dbfe0281eeede6a8fb /drivers/edac/edac_pci_sysfs.c
parentdrivers/edac: add new nmi rescan (diff)
downloadkernel-qcow2-linux-20bcb7a81dee21bfa3408f03f46b2891c9b5c84b.tar.gz
kernel-qcow2-linux-20bcb7a81dee21bfa3408f03f46b2891c9b5c84b.tar.xz
kernel-qcow2-linux-20bcb7a81dee21bfa3408f03f46b2891c9b5c84b.zip
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_pci_sysfs.c')
-rw-r--r--drivers/edac/edac_pci_sysfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/edac_pci_sysfs.c b/drivers/edac/edac_pci_sysfs.c
index db23fec522e2..9388eaa794be 100644
--- a/drivers/edac/edac_pci_sysfs.c
+++ b/drivers/edac/edac_pci_sysfs.c
@@ -1,4 +1,4 @@
-/* edac_mc kernel module
+/*
* (C) 2005, 2006 Linux Networx (http://lnxi.com)
* This file may be distributed under the terms of the
* GNU General Public License.
@@ -10,7 +10,7 @@
#include <linux/sysdev.h>
#include <linux/ctype.h>
-#include "edac_mc.h"
+#include "edac_core.h"
#include "edac_module.h"