X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fata%2Fpata_rb500_cf.c;h=4345174aaeecc7fd8038bf45dc280aa73830701e;hb=458622fcdc5b316de8d74efd7e610803f0308c14;hp=800ae4601f44b7eec6a0b7b20e55bc86a5c01707;hpb=8e5443a09851d99084098ecc4066805aa2610d92;p=linux-2.6-omap-h63xx.git diff --git a/drivers/ata/pata_rb500_cf.c b/drivers/ata/pata_rb500_cf.c index 800ae4601f4..4345174aaee 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) return 0; } +/* work with hotplug and coldplug */ +MODULE_ALIAS("platform:" DRV_NAME); + static struct platform_driver rb500_pata_platform_driver = { .probe = rb500_pata_driver_probe, .remove = __devexit_p(rb500_pata_driver_remove),