|
@@ -1684,14 +1684,18 @@ static int isp116x_resume(struct platform_device *dev)
|
|
|
|
|
|
#endif
|
|
|
|
|
|
+/* work with hotplug and coldplug */
|
|
|
+MODULE_ALIAS("platform:isp116x-hcd");
|
|
|
+
|
|
|
static struct platform_driver isp116x_driver = {
|
|
|
.probe = isp116x_probe,
|
|
|
.remove = isp116x_remove,
|
|
|
.suspend = isp116x_suspend,
|
|
|
.resume = isp116x_resume,
|
|
|
.driver = {
|
|
|
- .name = (char *)hcd_name,
|
|
|
- },
|
|
|
+ .name = (char *)hcd_name,
|
|
|
+ .owner = THIS_MODULE,
|
|
|
+ },
|
|
|
};
|
|
|
|
|
|
/*-----------------------------------------------------------------*/
|