]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/sgiseeq.c
net drivers: fix platform driver hotplug/coldplug
[net-next-2.6.git] / drivers / net / sgiseeq.c
index 78994ede0cb0666945dc3d35e1061b1cc3cc8aee..6261201403cdd143ca592a880ca5052c167522d9 100644 (file)
@@ -825,7 +825,8 @@ static struct platform_driver sgiseeq_driver = {
        .probe  = sgiseeq_probe,
        .remove = __devexit_p(sgiseeq_remove),
        .driver = {
-               .name   = "sgiseeq"
+               .name   = "sgiseeq",
+               .owner  = THIS_MODULE,
        }
 };
 
@@ -850,3 +851,4 @@ module_exit(sgiseeq_module_exit);
 MODULE_DESCRIPTION("SGI Seeq 8003 driver");
 MODULE_AUTHOR("Linux/MIPS Mailing List <linux-mips@linux-mips.org>");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:sgiseeq");