diff options
author | Borislav Petkov <borislav.petkov@amd.com> | 2010-09-27 09:30:39 -0400 |
---|---|---|
committer | Borislav Petkov <bp@amd64.org> | 2010-10-21 08:48:00 -0400 |
commit | 47ca08a40b043815134d489e21870b53276f1a4a (patch) | |
tree | aac4e97650680c4df75f6593de3a92760574db46 /drivers/edac/mce_amd_inj.c | |
parent | 9cdeb404a1870c5022915e576dbdc3cde21af5bf (diff) |
EDAC, MCE: Rename files
Drop "edac_" string from the filenames since they're prefixed with edac/
in their pathname anyway.
Signed-off-by: Borislav Petkov <borislav.petkov@amd.com>
Diffstat (limited to 'drivers/edac/mce_amd_inj.c')
-rw-r--r-- | drivers/edac/mce_amd_inj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/edac/mce_amd_inj.c b/drivers/edac/mce_amd_inj.c index 0e4f2dcf3bd6..8d0688f36d4c 100644 --- a/drivers/edac/mce_amd_inj.c +++ b/drivers/edac/mce_amd_inj.c | |||
@@ -15,7 +15,7 @@ | |||
15 | #include <linux/edac.h> | 15 | #include <linux/edac.h> |
16 | #include <asm/mce.h> | 16 | #include <asm/mce.h> |
17 | 17 | ||
18 | #include "edac_mce_amd.h" | 18 | #include "mce_amd.h" |
19 | 19 | ||
20 | struct edac_mce_attr { | 20 | struct edac_mce_attr { |
21 | struct attribute attr; | 21 | struct attribute attr; |