mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
rtc: Drop owner assignment from i2c_driver
i2c_driver does not need to set an owner because i2c_register_driver() will set it. Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
This commit is contained in:
parent
653ebd75e9
commit
b28845433e
15 changed files with 0 additions and 15 deletions
|
@ -628,7 +628,6 @@ static int rx8025_remove(struct i2c_client *client)
|
|||
static struct i2c_driver rx8025_driver = {
|
||||
.driver = {
|
||||
.name = "rtc-rx8025",
|
||||
.owner = THIS_MODULE,
|
||||
},
|
||||
.probe = rx8025_probe,
|
||||
.remove = rx8025_remove,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue