fbdev: atmel_lcdfb: Remove redundant of_match_ptr()
The driver depends on CONFIG_OF, it is not necessary to use of_match_ptr() here. Signed-off-by: Ruan Jinjie <ruanjinjie@huawei.com> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
committed by
Helge Deller
parent
082f613127
commit
73d7f28b08
@@ -1308,7 +1308,7 @@ static struct platform_driver atmel_lcdfb_driver = {
|
||||
.resume = atmel_lcdfb_resume,
|
||||
.driver = {
|
||||
.name = "atmel_lcdfb",
|
||||
.of_match_table = of_match_ptr(atmel_lcdfb_dt_ids),
|
||||
.of_match_table = atmel_lcdfb_dt_ids,
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user