diff options
Diffstat (limited to 'drivers/ata/pata_at32.c')
-rw-r--r-- | drivers/ata/pata_at32.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/pata_at32.c b/drivers/ata/pata_at32.c index 3e8651d78952..5e104385d6a3 100644 --- a/drivers/ata/pata_at32.c +++ b/drivers/ata/pata_at32.c | |||
@@ -381,6 +381,9 @@ static int __exit pata_at32_remove(struct platform_device *pdev) | |||
381 | return 0; | 381 | return 0; |
382 | } | 382 | } |
383 | 383 | ||
384 | /* work with hotplug and coldplug */ | ||
385 | MODULE_ALIAS("platform:at32_ide"); | ||
386 | |||
384 | static struct platform_driver pata_at32_driver = { | 387 | static struct platform_driver pata_at32_driver = { |
385 | .remove = __exit_p(pata_at32_remove), | 388 | .remove = __exit_p(pata_at32_remove), |
386 | .driver = { | 389 | .driver = { |