Loading drivers/bus/imx-weim.c +3 −2 Original line number 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 = { .driver = { .name = "imx-weim", .owner = THIS_MODULE, .of_match_table = weim_id_table, }, }; Loading Loading
drivers/bus/imx-weim.c +3 −2 Original line number 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 = { .driver = { .name = "imx-weim", .owner = THIS_MODULE, .of_match_table = weim_id_table, }, }; Loading