of: add empty of_find_node_by_path() for !OF
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 16 Apr 2014 06:49:20 +0000 (10:49 +0400)
committerRob Herring <robh@kernel.org>
Fri, 18 Apr 2014 13:36:10 +0000 (08:36 -0500)
commit20cd477c398decd6a8461ac48609b6c0ab4c7567
tree182804cdf0dbd55e5dae725391ed7a83f7236c1b
parente7a62df8e8b4a5ecbbf4339b5b3671ae6582e50a
of: add empty of_find_node_by_path() for !OF

Add an empty version of of_find_node_by_path().
This fixes following build error for asoc tree:
sound/soc/fsl/fsl_ssi.c: In function 'fsl_ssi_probe':
sound/soc/fsl/fsl_ssi.c:1471:2: error: implicit declaration of function 'of_find_node_by_path' [-Werror=implicit-function-declaration]
  sprop = of_get_property(of_find_node_by_path("/"), "compatible", NULL);

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Rob Herring <robh@kernel.org>
include/linux/of.h