mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
drivers: bus: imx-weim: Add missing platform_driver.owner field
Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
29e54970c2
commit
fc608c745c
@ -108,8 +108,9 @@ static int __init weim_probe(struct platform_device *pdev)
|
||||
|
||||
static struct platform_driver weim_driver = {
|
||||
.driver = {
|
||||
.name = "imx-weim",
|
||||
.of_match_table = weim_id_table,
|
||||
.name = "imx-weim",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = weim_id_table,
|
||||
},
|
||||
};
|
||||
module_platform_driver_probe(weim_driver, weim_probe);
|
||||
|
Loading…
Reference in New Issue
Block a user