Re: [PATCH] of: use correct function prototype for of_overlay_fdt_apply()

From: Rob Herring
Date: Wed Apr 10 2019 - 09:59:29 EST


On Fri, Mar 22, 2019 at 01:23:41PM +1300, Chris Packham wrote:
> When CONFIG_OF_OVERLAY is not enabled the fallback stub for
> of_overlay_fdt_apply() does not match the prototype for the case when
> CONFIG_OF_OVERLAY is enabled. Update the stub to use the correct
> function prototype.
>
> Fixes: commit 39a751a4cb7e ("of: change overlay apply input data from unflattened to FDT")
> Signed-off-by: Chris Packham <chris.packham@xxxxxxxxxxxxxxxxxxx>
> ---
> include/linux/of.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)

Applied.

Rob