mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 21:23:23 +00:00
mips: ralink: 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>
This commit is contained in:
parent
ec4848815c
commit
59613d88e7
@ -173,7 +173,6 @@ static struct platform_driver rt_timer_driver = {
|
||||
.remove = rt_timer_remove,
|
||||
.driver = {
|
||||
.name = "rt-timer",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = rt_timer_match
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user