diff options
Diffstat (limited to 'drivers/ata/pata_rb500_cf.c')
-rw-r--r-- | drivers/ata/pata_rb500_cf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/pata_rb500_cf.c b/drivers/ata/pata_rb500_cf.c index 800ae4601f44..4345174aaeec 100644 --- a/drivers/ata/pata_rb500_cf.c +++ b/drivers/ata/pata_rb500_cf.c | |||
@@ -239,6 +239,9 @@ static __devexit int rb500_pata_driver_remove(struct platform_device *pdev) | |||
239 | return 0; | 239 | return 0; |
240 | } | 240 | } |
241 | 241 | ||
242 | /* work with hotplug and coldplug */ | ||
243 | MODULE_ALIAS("platform:" DRV_NAME); | ||
244 | |||
242 | static struct platform_driver rb500_pata_platform_driver = { | 245 | static struct platform_driver rb500_pata_platform_driver = { |
243 | .probe = rb500_pata_driver_probe, | 246 | .probe = rb500_pata_driver_probe, |
244 | .remove = __devexit_p(rb500_pata_driver_remove), | 247 | .remove = __devexit_p(rb500_pata_driver_remove), |