diff options
Diffstat (limited to 'drivers/reset')
-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 | }; |