summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-09-07 05:27:17 +0300
committerTom Rini <trini@konsulko.com>2022-09-29 23:11:31 +0300
commit8909066199281b86bf4ee7673ec6d7983dd12a26 (patch)
tree8e2b25f62f29ad0e2a9252b41ce1e916b4ecac8d /include
parent52ad21aa2cc55f53da19436f457a8590abf0d125 (diff)
downloadu-boot-8909066199281b86bf4ee7673ec6d7983dd12a26.tar.xz
dm: core: Drop ofnode_is_available()
This function is also available as ofnode_is_enabled(), so use that instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/dm/ofnode.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h
index 7b0ef109b7..a674d7d8fd 100644
--- a/include/dm/ofnode.h
+++ b/include/dm/ofnode.h
@@ -873,14 +873,6 @@ const void *ofprop_get_property(const struct ofprop *prop,
const char **propname, int *lenp);
/**
- * ofnode_is_available() - check if a node is marked available
- *
- * @node: node to check
- * Return: true if node's 'status' property is "okay" (or is missing)
- */
-bool ofnode_is_available(ofnode node);
-
-/**
* ofnode_get_addr_size() - get address and size from a property
*
* This does no address translation. It simply reads an property that contains