Hi, On Wed, Jan 12, 2022 at 11:10 AM Matthias Kaehlcke <mka@xxxxxxxxxxxx> wrote: > > Code for platform_device_create() and of_platform_device_destroy() is > only generated if CONFIG_OF_ADDRESS=y. Add stubs to avoid unresolved > symbols when CONFIG_OF_ADDRESS is not set. > > Signed-off-by: Matthias Kaehlcke <mka@xxxxxxxxxxxx> > Acked-by: Rob Herring <robh@xxxxxxxxxx> > --- > > Changes in v19: > - still no changes ... > > Changes in v18: > - still no changes ... > > Changes in v17: > - none > > Changes in v16: > - none > > Changes in v15: > - none > > Changes in v14: > - none > > Changes in v13: > - none > > Changes in v12: > - none > > Changes in v11: > - none > > Changes in v10: > - none > > Changes in v9: > - added Rob's 'Acked-by' tag > > Changes in v8: > - fixed C&P error in commit message > > Changes in v7: > - none > > Changes in v6: > - patch added to the series > > include/linux/of_platform.h | 22 ++++++++++++++++++---- > 1 file changed, 18 insertions(+), 4 deletions(-) I was assuming it didn't matter with Rob's Ack, but for completeness: Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>