diff options
Diffstat (limited to 'drivers/oprofile/oprofile_perf.c')
-rw-r--r-- | drivers/oprofile/oprofile_perf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/oprofile/oprofile_perf.c b/drivers/oprofile/oprofile_perf.c index e707a72a3799..36ec67e3d91d 100644 --- a/drivers/oprofile/oprofile_perf.c +++ b/drivers/oprofile/oprofile_perf.c | |||
@@ -236,7 +236,7 @@ static int __init init_driverfs(void) | |||
236 | return ret; | 236 | return ret; |
237 | } | 237 | } |
238 | 238 | ||
239 | static void __exit exit_driverfs(void) | 239 | static void exit_driverfs(void) |
240 | { | 240 | { |
241 | platform_device_unregister(oprofile_pdev); | 241 | platform_device_unregister(oprofile_pdev); |
242 | platform_driver_unregister(&oprofile_driver); | 242 | platform_driver_unregister(&oprofile_driver); |