aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/therm_windtunnel.c
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:43 +0200
committerWolfram Sang <wsa@the-dreams.de>2014-10-20 16:20:43 +0200
commitff3ad09b0dbc0d30764c7d46fecf99958781a921 (patch)
treec6ec09ce7aba46ab5e4570a1aa39665fcbce7ee4 /drivers/macintosh/therm_windtunnel.c
parentleds: drop owner assignment from platform_drivers (diff)
downloadlinux-dev-ff3ad09b0dbc0d30764c7d46fecf99958781a921.tar.xz
linux-dev-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/therm_windtunnel.c')
-rw-r--r--drivers/macintosh/therm_windtunnel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/macintosh/therm_windtunnel.c b/drivers/macintosh/therm_windtunnel.c
index 3b4a157714b1..109dcaa15934 100644
--- a/drivers/macintosh/therm_windtunnel.c
+++ b/drivers/macintosh/therm_windtunnel.c
@@ -463,7 +463,6 @@ static const struct of_device_id therm_of_match[] = {{
static struct platform_driver therm_of_driver = {
.driver = {
.name = "temperature",
- .owner = THIS_MODULE,
.of_match_table = therm_of_match,
},
.probe = therm_of_probe,