Re: [PATCH] dm: fix build errors generated by last merges

2021-01-15 Thread Tom Rini
On Fri, Jan 15, 2021 at 09:10:26AM +0100, Dario Binacchi wrote: > Something was wrong in the merge process into the mainline. > Some added patches access driver structure fields and functions that > have been modified by previous patches. > The patch renames: > - dev_get_platdata to dev_get_plat

[PATCH] dm: fix build errors generated by last merges

2021-01-15 Thread Dario Binacchi
Something was wrong in the merge process into the mainline. Some added patches access driver structure fields and functions that have been modified by previous patches. The patch renames: - dev_get_platdata to dev_get_plat - dev_get_uclass_platdata to dev_get_uclass_plat - ofdata_to_platdata to