diff options
| -rw-r--r-- | drivers/ata/libata-sff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index e30c537cce32..193f242eec05 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c | |||
| @@ -3342,7 +3342,7 @@ int __init ata_sff_init(void) | |||
| 3342 | return 0; | 3342 | return 0; |
| 3343 | } | 3343 | } |
| 3344 | 3344 | ||
| 3345 | void __exit ata_sff_exit(void) | 3345 | void ata_sff_exit(void) |
| 3346 | { | 3346 | { |
| 3347 | destroy_workqueue(ata_sff_wq); | 3347 | destroy_workqueue(ata_sff_wq); |
| 3348 | } | 3348 | } |
