Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remoteproc: fix !CONFIG_OF build breakage
Fix this: drivers/remoteproc/remoteproc_core.c: In function 'rproc_get_by_phandle': >> drivers/remoteproc/remoteproc_core.c:1167:2: error: implicit declaration of function 'of_find_node_by_phandle' [-Werror=implicit-function-declaration] np = of_find_node_by_phandle(phandle); Reported-by: kbuild test robot <[email protected]> Cc: Dave Gerlach <[email protected]> Cc: Suman Anna <[email protected]> Signed-off-by: Ohad Ben-Cohen <[email protected]>
- Loading branch information