diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:33 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:21:33 +0200 |
commit | b36069c833d9440774d5daab143ec15ea026f34a (patch) | |
tree | 25b65cc562c80cf0a03bb17a85687cf4a2087a54 /drivers/scsi/qlogicpti.c | |
parent | 7cafb31ca4e85fa4c522cecf917e86e258cfbcaa (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/qlogicpti.c')
-rw-r--r-- | drivers/scsi/qlogicpti.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/qlogicpti.c b/drivers/scsi/qlogicpti.c index 740ae495aa77..fe122700cad8 100644 --- a/drivers/scsi/qlogicpti.c +++ b/drivers/scsi/qlogicpti.c @@ -1455,7 +1455,6 @@ MODULE_DEVICE_TABLE(of, qpti_match); static struct platform_driver qpti_sbus_driver = { .driver = { .name = "qpti", - .owner = THIS_MODULE, .of_match_table = qpti_match, }, .probe = qpti_sbus_probe, |