diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:30 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-10-20 10:21:30 -0400 |
commit | d373860d70c6d32f52ea1cb8e6633478dfb2180d (patch) | |
tree | 441fc4cb19cf54e935a6f3975b4fcdb0637a972a /drivers | |
parent | 569d5e911b36102ed3398537d90a4e0cf11b852f (diff) |
reset: sti: 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')
-rw-r--r-- | drivers/reset/sti/reset-stih415.c | 1 | ||||
-rw-r--r-- | drivers/reset/sti/reset-stih416.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/reset/sti/reset-stih415.c b/drivers/reset/sti/reset-stih415.c index c93fd260447e..8dad603d863c 100644 --- a/drivers/reset/sti/reset-stih415.c +++ b/drivers/reset/sti/reset-stih415.c | |||
@@ -101,7 +101,6 @@ static struct platform_driver stih415_reset_driver = { | |||
101 | .probe = syscfg_reset_probe, | 101 | .probe = syscfg_reset_probe, |
102 | .driver = { | 102 | .driver = { |
103 | .name = "reset-stih415", | 103 | .name = "reset-stih415", |
104 | .owner = THIS_MODULE, | ||
105 | .of_match_table = stih415_reset_match, | 104 | .of_match_table = stih415_reset_match, |
106 | }, | 105 | }, |
107 | }; | 106 | }; |
diff --git a/drivers/reset/sti/reset-stih416.c b/drivers/reset/sti/reset-stih416.c index 5fc987076a90..79aed70a26c0 100644 --- a/drivers/reset/sti/reset-stih416.c +++ b/drivers/reset/sti/reset-stih416.c | |||
@@ -132,7 +132,6 @@ static struct platform_driver stih416_reset_driver = { | |||
132 | .probe = syscfg_reset_probe, | 132 | .probe = syscfg_reset_probe, |
133 | .driver = { | 133 | .driver = { |
134 | .name = "reset-stih416", | 134 | .name = "reset-stih416", |
135 | .owner = THIS_MODULE, | ||
136 | .of_match_table = stih416_reset_match, | 135 | .of_match_table = stih416_reset_match, |
137 | }, | 136 | }, |
138 | }; | 137 | }; |