Loading drivers/video/mx3fb.c +2 −1 Original line number Diff line number Diff line Loading @@ -1569,6 +1569,7 @@ static int mx3fb_remove(struct platform_device *dev) static struct platform_driver mx3fb_driver = { .driver = { .name = MX3FB_NAME, .owner = THIS_MODULE, }, .probe = mx3fb_probe, .remove = mx3fb_remove, Loading Loading
drivers/video/mx3fb.c +2 −1 Original line number Diff line number Diff line Loading @@ -1569,6 +1569,7 @@ static int mx3fb_remove(struct platform_device *dev) static struct platform_driver mx3fb_driver = { .driver = { .name = MX3FB_NAME, .owner = THIS_MODULE, }, .probe = mx3fb_probe, .remove = mx3fb_remove, Loading