aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/mvme16x_scsi.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:33 -0400
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 10:21:33 -0400
commitb36069c833d9440774d5daab143ec15ea026f34a (patch)
tree25b65cc562c80cf0a03bb17a85687cf4a2087a54 /drivers/scsi/mvme16x_scsi.c
parent7cafb31ca4e85fa4c522cecf917e86e258cfbcaa (diff)
scsi: drop owner assignment from platform_drivers
A 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>
Diffstat (limited to 'drivers/scsi/mvme16x_scsi.c')
-rw-r--r--drivers/scsi/mvme16x_scsi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/mvme16x_scsi.c b/drivers/scsi/mvme16x_scsi.c
index 8fbb97a8bfd3..050c8c39d7ed 100644
--- a/drivers/scsi/mvme16x_scsi.c
+++ b/drivers/scsi/mvme16x_scsi.c
@@ -126,7 +126,6 @@ static int mvme16x_device_remove(struct platform_device *dev)
126static struct platform_driver mvme16x_scsi_driver = { 126static struct platform_driver mvme16x_scsi_driver = {
127 .driver = { 127 .driver = {
128 .name = "mvme16x-scsi", 128 .name = "mvme16x-scsi",
129 .owner = THIS_MODULE,
130 }, 129 },
131 .probe = mvme16x_probe, 130 .probe = mvme16x_probe,
132 .remove = mvme16x_device_remove, 131 .remove = mvme16x_device_remove,