summary refs log tree commit diff
path: root/drivers/hsi/controllers/omap_ssi.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:35 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:35 +0200
commit53b72c17873ad3500c19c71dd3074a57604880eb (patch)
tree20cf3f55f491721ebdfbb8890c4e5c624c3351b6 /drivers/hsi/controllers/omap_ssi.c
parent154f0d679d5a5085f3c245d01e0a678481020ecb (diff)
downloadlinux-53b72c17873ad3500c19c71dd3074a57604880eb.tar.gz
hsi: controllers: 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/hsi/controllers/omap_ssi.c')
-rw-r--r--drivers/hsi/controllers/omap_ssi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hsi/controllers/omap_ssi.c b/drivers/hsi/controllers/omap_ssi.c
index bf0eace4cb67..8cd03e5c1db6 100644
--- a/drivers/hsi/controllers/omap_ssi.c
+++ b/drivers/hsi/controllers/omap_ssi.c
@@ -610,7 +610,6 @@ static struct platform_driver ssi_pdriver = {
 	.remove	= __exit_p(ssi_remove),
 	.driver	= {
 		.name	= "omap_ssi",
-		.owner	= THIS_MODULE,
 		.pm     = DEV_PM_OPS,
 		.of_match_table = omap_ssi_of_match,
 	},