diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:43 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 16:20:43 +0200 |
commit | ff3ad09b0dbc0d30764c7d46fecf99958781a921 (patch) | |
tree | c6ec09ce7aba46ab5e4570a1aa39665fcbce7ee4 /drivers/macintosh/windfarm_pm81.c | |
parent | 81902d5f658f5c8c0fbdff7c598fe24d4d521c05 (diff) | |
download | talos-op-linux-ff3ad09b0dbc0d30764c7d46fecf99958781a921.tar.gz talos-op-linux-ff3ad09b0dbc0d30764c7d46fecf99958781a921.zip |
macintosh: 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/macintosh/windfarm_pm81.c')
-rw-r--r-- | drivers/macintosh/windfarm_pm81.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/macintosh/windfarm_pm81.c b/drivers/macintosh/windfarm_pm81.c index 2a5e1b15b1d2..93faf298a3c5 100644 --- a/drivers/macintosh/windfarm_pm81.c +++ b/drivers/macintosh/windfarm_pm81.c @@ -770,7 +770,6 @@ static struct platform_driver wf_smu_driver = { .remove = wf_smu_remove, .driver = { .name = "windfarm", - .owner = THIS_MODULE, }, }; |