diff options
| author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-29 13:16:34 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-15 05:54:51 -0500 |
| commit | 78d88e8a3d738f1ce508cd24b525d2e6cdfda1c1 (patch) | |
| tree | d8e93281ed34a90dfa8abbb267a10257704dfbbb /drivers/edac/i3200_edac.c | |
| parent | 6d8ef2472410c8ab004729a71ec829a224699a08 (diff) | |
edac: rename edac_core.h to edac_mc.h
Now, all left at edac_core.h are at drivers/edac/edac_mc.c,
so rename it to edac_mc.h.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/edac/i3200_edac.c')
| -rw-r--r-- | drivers/edac/i3200_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/i3200_edac.c b/drivers/edac/i3200_edac.c index 1f453382258a..77c58d201a30 100644 --- a/drivers/edac/i3200_edac.c +++ b/drivers/edac/i3200_edac.c | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | #include <linux/pci_ids.h> | 13 | #include <linux/pci_ids.h> |
| 14 | #include <linux/edac.h> | 14 | #include <linux/edac.h> |
| 15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
| 16 | #include "edac_core.h" | 16 | #include "edac_module.h" |
| 17 | 17 | ||
| 18 | #include <linux/io-64-nonatomic-lo-hi.h> | 18 | #include <linux/io-64-nonatomic-lo-hi.h> |
| 19 | 19 | ||
