Loading drivers/bus/imx-weim.c +3 −2 Original line number Original line Diff line number Diff line Loading @@ -109,6 +109,7 @@ static int __init weim_probe(struct platform_device *pdev) static struct platform_driver weim_driver = { static struct platform_driver weim_driver = { .driver = { .driver = { .name = "imx-weim", .name = "imx-weim", .owner = THIS_MODULE, .of_match_table = weim_id_table, .of_match_table = weim_id_table, }, }, }; }; Loading Loading
drivers/bus/imx-weim.c +3 −2 Original line number Original line Diff line number Diff line Loading @@ -109,6 +109,7 @@ static int __init weim_probe(struct platform_device *pdev) static struct platform_driver weim_driver = { static struct platform_driver weim_driver = { .driver = { .driver = { .name = "imx-weim", .name = "imx-weim", .owner = THIS_MODULE, .of_match_table = weim_id_table, .of_match_table = weim_id_table, }, }, }; }; Loading