aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/wm8505fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbdev/wm8505fb.c')
-rw-r--r--drivers/video/fbdev/wm8505fb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/wm8505fb.c b/drivers/video/fbdev/wm8505fb.c
index d2fafbbcd7f8..e925619da39b 100644
--- a/drivers/video/fbdev/wm8505fb.c
+++ b/drivers/video/fbdev/wm8505fb.c
@@ -407,7 +407,6 @@ static struct platform_driver wm8505fb_driver = {
407 .probe = wm8505fb_probe, 407 .probe = wm8505fb_probe,
408 .remove = wm8505fb_remove, 408 .remove = wm8505fb_remove,
409 .driver = { 409 .driver = {
410 .owner = THIS_MODULE,
411 .name = DRIVER_NAME, 410 .name = DRIVER_NAME,
412 .of_match_table = wmt_dt_ids, 411 .of_match_table = wmt_dt_ids,
413 }, 412 },