On 10/05/2012 09:20 AM, Uwe Kleine-König wrote: > Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx> Applied. Thanks, Florian Tobias Schandinat > --- > drivers/video/mx3fb.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/video/mx3fb.c b/drivers/video/mx3fb.c > index d738108..ce1d452 100644 > --- a/drivers/video/mx3fb.c > +++ b/drivers/video/mx3fb.c > @@ -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, -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html