From: Andrew Morton Cc: David Brownell Cc: James Bottomley Cc: Kay Sievers Signed-off-by: Andrew Morton --- drivers/scsi/sgiwd93.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/sgiwd93.c~scsi-fix-platform-driver-hotplug-coldplug-sgiwd93-fix drivers/scsi/sgiwd93.c --- a/drivers/scsi/sgiwd93.c~scsi-fix-platform-driver-hotplug-coldplug-sgiwd93-fix +++ a/drivers/scsi/sgiwd93.c @@ -313,7 +313,7 @@ static struct platform_driver sgiwd93_dr .probe = sgiwd93_probe, .remove = __devexit_p(sgiwd93_remove), .driver = { - .name = "sgiwd93" + .name = "sgiwd93", .owner = THIS_MODULE, } }; _