commit | a771a04f2eb34934a058a6c06319bd8bc5cb5fb8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 17:18:08 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:03 2017 -0600 |
tree | 23fb211e4af1cef481ee3359595d1d2b9172436c | |
parent | 4af0d7e8709eafc4d410697dd64d26eeb1a9590f [diff] |
dm: core: Dont export dm_scan_fdt_node() This function is only used in one place. It is better to just declare it internally since there is a simpler replacement for use outside the driver-model core code. Signed-off-by: Simon Glass <sjg@chromium.org>