diff options
author | Rob Herring <robh@kernel.org> | 2014-03-29 14:14:17 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-04-30 00:59:14 -0500 |
commit | bba04d965d06abbbe10afd3687742389107e198e (patch) | |
tree | 39d1853a9982bca0413a3d2313e47032f98f23b1 /include/linux/of_fdt.h | |
parent | 0ee0496de97c6a511ce915f9b44f5b3db15350b7 (diff) | |
download | linux-rpi-bba04d965d06abbbe10afd3687742389107e198e.tar.gz linux-rpi-bba04d965d06abbbe10afd3687742389107e198e.tar.bz2 linux-rpi-bba04d965d06abbbe10afd3687742389107e198e.zip |
of/fdt: remove unused of_scan_flat_dt_by_path
of_scan_flat_dt_by_path is unused anywhere in the kernel, so remove it.
Signed-off-by: Rob Herring <robh@kernel.org>
Tested-by: Michal Simek <michal.simek@xilinx.com>
Tested-by: Grant Likely <grant.likely@linaro.org>
Tested-by: Stephen Chivers <schivers@csc.com>
Diffstat (limited to 'include/linux/of_fdt.h')
-rw-r--r-- | include/linux/of_fdt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h index d4d0efe534b9..991ec74b4e11 100644 --- a/include/linux/of_fdt.h +++ b/include/linux/of_fdt.h @@ -93,9 +93,6 @@ extern void *of_get_flat_dt_prop(unsigned long node, const char *name, extern int of_flat_dt_is_compatible(unsigned long node, const char *name); extern int of_flat_dt_match(unsigned long node, const char *const *matches); extern unsigned long of_get_flat_dt_root(void); -extern int of_scan_flat_dt_by_path(const char *path, - int (*it)(unsigned long node, const char *name, int depth, void *data), - void *data); extern int early_init_dt_scan_chosen(unsigned long node, const char *uname, int depth, void *data); |