X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fscsi%2Fjazz_esp.c;h=b2d481dd37505f43f25d9c0cc79659e900bb25ca;hb=ecc1241e80a0bdc854b1602a44be3ad106753d4f;hp=5d231015bb2058abebe009fbfdadae98f85cf8d9;hpb=980b306a297725d4f25c779ca15086de757acadf;p=linux-2.6-omap-h63xx.git diff --git a/drivers/scsi/jazz_esp.c b/drivers/scsi/jazz_esp.c index 5d231015bb2..b2d481dd375 100644 --- a/drivers/scsi/jazz_esp.c +++ b/drivers/scsi/jazz_esp.c @@ -217,11 +217,15 @@ static int __devexit esp_jazz_remove(struct platform_device *dev) return 0; } +/* work with hotplug and coldplug */ +MODULE_ALIAS("platform:jazz_esp"); + static struct platform_driver esp_jazz_driver = { .probe = esp_jazz_probe, .remove = __devexit_p(esp_jazz_remove), .driver = { .name = "jazz_esp", + .owner = THIS_MODULE, }, };