summary refs log tree commit diff
path: root/drivers/scsi/sun3_scsi.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2015-01-29 17:54:46 +1100
committerJames Bottomley <JBottomley@Parallels.com>2015-03-09 07:18:14 -0400
commit700d98551ff16a59e164bf884aefbdc5d798ff75 (patch)
treef5edb2444450c9f11bc2b9a1b36e1f03424340da /drivers/scsi/sun3_scsi.c
parent13a7a6ac0a11197edcd0f756a035f472b42cdf8b (diff)
downloadlinux-700d98551ff16a59e164bf884aefbdc5d798ff75.tar.gz
ncr5380: Drop owner assignment from platform_drivers
This platform_driver does not need to set an owner, it will be populated by
the driver core.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/sun3_scsi.c')
-rw-r--r--drivers/scsi/sun3_scsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/sun3_scsi.c b/drivers/scsi/sun3_scsi.c
index 2a906d1d34ba..22a42836d193 100644
--- a/drivers/scsi/sun3_scsi.c
+++ b/drivers/scsi/sun3_scsi.c
@@ -676,7 +676,6 @@ static struct platform_driver sun3_scsi_driver = {
 	.remove = __exit_p(sun3_scsi_remove),
 	.driver = {
 		.name	= DRV_MODULE_NAME,
-		.owner	= THIS_MODULE,
 	},
 };