summaryrefslogtreecommitdiffstats
path: root/src/dt/dt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dt/dt.h')
-rw-r--r--src/dt/dt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dt/dt.h b/src/dt/dt.h
index 6d71a71..10fe162 100644
--- a/src/dt/dt.h
+++ b/src/dt/dt.h
@@ -370,12 +370,6 @@ static inline struct device_node *of_find_root_node(struct device_node *node)
struct device_node *of_read_proc_devicetree(void);
-static inline int of_find_path_by_node(struct device_node *node, char **outpath,
- unsigned flags)
-{
- return -ENOSYS;
-}
-
static inline struct device_node *of_find_node_by_devpath(struct device_node *root,
const char *path)
{