mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 19:26:01 -04: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:
@@ -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
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user