fdt: Remove fdtdec_find_alias_node() function
authorSimon Glass <sjg@chromium.org>
Wed, 31 Oct 2012 14:02:42 +0000 (14:02 +0000)
committerGerald Van Baren <gvb@unssw.com>
Tue, 13 Nov 2012 04:15:25 +0000 (23:15 -0500)
commit008784765ab7f37fb355d5f7fb180661b94c42ab
tree9be015919438eea4984c255b8b3b4037082fe70e
parentfcabc24f4fd2fd581036c7a20eee47a204f04f39
fdt: Remove fdtdec_find_alias_node() function

This function is not needed, since fdt_path_offset() performs the same
service. Remove it.

Signed-off-by: Simon Glass <sjg@chromium.org>
lib/fdtdec.c