aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sgiwd93.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:33 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:21:33 +0200
commitb36069c833d9440774d5daab143ec15ea026f34a (patch)
tree25b65cc562c80cf0a03bb17a85687cf4a2087a54 /drivers/scsi/sgiwd93.c
parentsbus: char: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-b36069c833d9440774d5daab143ec15ea026f34a.tar.xz
linux-dev-b36069c833d9440774d5daab143ec15ea026f34a.zip
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/sgiwd93.c')
-rw-r--r--drivers/scsi/sgiwd93.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/sgiwd93.c b/drivers/scsi/sgiwd93.c
index a464d959f66e..6d215e2fb46d 100644
--- a/drivers/scsi/sgiwd93.c
+++ b/drivers/scsi/sgiwd93.c
@@ -315,7 +315,6 @@ static struct platform_driver sgiwd93_driver = {
.remove = sgiwd93_remove,
.driver = {
.name = "sgiwd93",
- .owner = THIS_MODULE,
}
};