diff options
Diffstat (limited to 'drivers/mfd/ab8500-debugfs.c')
-rw-r--r-- | drivers/mfd/ab8500-debugfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/ab8500-debugfs.c b/drivers/mfd/ab8500-debugfs.c index 44843680d982..5a8e707bc038 100644 --- a/drivers/mfd/ab8500-debugfs.c +++ b/drivers/mfd/ab8500-debugfs.c | |||
@@ -597,7 +597,7 @@ exit_no_debugfs: | |||
597 | return -ENOMEM; | 597 | return -ENOMEM; |
598 | } | 598 | } |
599 | 599 | ||
600 | static int __devexit ab8500_debug_remove(struct platform_device *plf) | 600 | static int ab8500_debug_remove(struct platform_device *plf) |
601 | { | 601 | { |
602 | debugfs_remove(ab8500_val_file); | 602 | debugfs_remove(ab8500_val_file); |
603 | debugfs_remove(ab8500_address_file); | 603 | debugfs_remove(ab8500_address_file); |