]> Pileus Git - ~andy/linux/blobdiff - drivers/video/mx3fb.c
Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / drivers / video / mx3fb.c
index d7381088a180fc21bc655e1e63a2a0d431211021..ce1d452464ed5171d537346bdd1a0132a7d321d1 100644 (file)
@@ -1568,7 +1568,8 @@ static int mx3fb_remove(struct platform_device *dev)
 
 static struct platform_driver mx3fb_driver = {
        .driver = {
-                  .name = MX3FB_NAME,
+               .name = MX3FB_NAME,
+               .owner = THIS_MODULE,
        },
        .probe = mx3fb_probe,
        .remove = mx3fb_remove,