diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-10-29 20:16:34 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-12-15 13:54:51 +0300 |
commit | 78d88e8a3d738f1ce508cd24b525d2e6cdfda1c1 (patch) | |
tree | d8e93281ed34a90dfa8abbb267a10257704dfbbb /drivers/edac/amd76x_edac.c | |
parent | 6d8ef2472410c8ab004729a71ec829a224699a08 (diff) | |
download | linux-78d88e8a3d738f1ce508cd24b525d2e6cdfda1c1.tar.xz |
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/amd76x_edac.c')
-rw-r--r-- | drivers/edac/amd76x_edac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/amd76x_edac.c b/drivers/edac/amd76x_edac.c index 3a501b530e11..a7450275ad28 100644 --- a/drivers/edac/amd76x_edac.c +++ b/drivers/edac/amd76x_edac.c @@ -17,7 +17,7 @@ #include <linux/pci.h> #include <linux/pci_ids.h> #include <linux/edac.h> -#include "edac_core.h" +#include "edac_module.h" #define AMD76X_REVISION " Ver: 2.0.2" #define EDAC_MOD_STR "amd76x_edac" |