diff options
Diffstat (limited to 'drivers/edac/edac_mc_sysfs.c')
-rw-r--r-- | drivers/edac/edac_mc_sysfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/edac/edac_mc_sysfs.c b/drivers/edac/edac_mc_sysfs.c index 3a283819970b..112d63ad1154 100644 --- a/drivers/edac/edac_mc_sysfs.c +++ b/drivers/edac/edac_mc_sysfs.c | |||
@@ -914,7 +914,7 @@ int __init edac_debugfs_init(void) | |||
914 | return 0; | 914 | return 0; |
915 | } | 915 | } |
916 | 916 | ||
917 | void __exit edac_debugfs_exit(void) | 917 | void edac_debugfs_exit(void) |
918 | { | 918 | { |
919 | debugfs_remove(edac_debugfs); | 919 | debugfs_remove(edac_debugfs); |
920 | } | 920 | } |
@@ -1155,7 +1155,7 @@ int __init edac_mc_sysfs_init(void) | |||
1155 | return err; | 1155 | return err; |
1156 | } | 1156 | } |
1157 | 1157 | ||
1158 | void __exit edac_mc_sysfs_exit(void) | 1158 | void edac_mc_sysfs_exit(void) |
1159 | { | 1159 | { |
1160 | device_unregister(mci_pdev); | 1160 | device_unregister(mci_pdev); |
1161 | edac_put_sysfs_subsys(); | 1161 | edac_put_sysfs_subsys(); |