diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/dm/ofnode.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h index 7b0ef109b79..a674d7d8fd6 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 |
