diff options
Diffstat (limited to 'drivers/scsi/sgiwd93.c')
-rw-r--r-- | drivers/scsi/sgiwd93.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c index 03e359670506..31fe6051c799 100644 --- a/drivers/scsi/sgiwd93.c +++ b/drivers/scsi/sgiwd93.c | |||
@@ -313,7 +313,8 @@ static struct platform_driver sgiwd93_driver = { | |||
313 | .probe = sgiwd93_probe, | 313 | .probe = sgiwd93_probe, |
314 | .remove = __devexit_p(sgiwd93_remove), | 314 | .remove = __devexit_p(sgiwd93_remove), |
315 | .driver = { | 315 | .driver = { |
316 | .name = "sgiwd93" | 316 | .name = "sgiwd93", |
317 | .owner = THIS_MODULE, | ||
317 | } | 318 | } |
318 | }; | 319 | }; |
319 | 320 | ||
@@ -333,3 +334,4 @@ module_exit(sgiwd93_module_exit); | |||
333 | MODULE_DESCRIPTION("SGI WD33C93 driver"); | 334 | MODULE_DESCRIPTION("SGI WD33C93 driver"); |
334 | MODULE_AUTHOR("Ralf Baechle <ralf@linux-mips.org>"); | 335 | MODULE_AUTHOR("Ralf Baechle <ralf@linux-mips.org>"); |
335 | MODULE_LICENSE("GPL"); | 336 | MODULE_LICENSE("GPL"); |
337 | MODULE_ALIAS("platform:sgiwd93"); | ||