diff options
-rw-r--r-- | drivers/video/ssd1307fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/ssd1307fb.c b/drivers/video/ssd1307fb.c index 44967c8fef2b..f4daa59f0a80 100644 --- a/drivers/video/ssd1307fb.c +++ b/drivers/video/ssd1307fb.c | |||
@@ -569,7 +569,7 @@ static struct i2c_driver ssd1307fb_driver = { | |||
569 | .id_table = ssd1307fb_i2c_id, | 569 | .id_table = ssd1307fb_i2c_id, |
570 | .driver = { | 570 | .driver = { |
571 | .name = "ssd1307fb", | 571 | .name = "ssd1307fb", |
572 | .of_match_table = of_match_ptr(ssd1307fb_of_match), | 572 | .of_match_table = ssd1307fb_of_match, |
573 | .owner = THIS_MODULE, | 573 | .owner = THIS_MODULE, |
574 | }, | 574 | }, |
575 | }; | 575 | }; |