mtd: st_spi_fsm: Make of_device_id array const
Make of_device_id array const, because all OF functions handle it as const. Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
Родитель
f62cde49f9
Коммит
aeea6eb4c0
|
@ -2058,7 +2058,7 @@ static int stfsm_remove(struct platform_device *pdev)
|
|||
return mtd_device_unregister(&fsm->mtd);
|
||||
}
|
||||
|
||||
static struct of_device_id stfsm_match[] = {
|
||||
static const struct of_device_id stfsm_match[] = {
|
||||
{ .compatible = "st,spi-fsm", },
|
||||
{},
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче