of_get_parent — get a node's parent
struct device_node * of_get_parent (
)
node
Pointer to node to get parent of
Find the parent node of node.
Pointer to parent node if found, with refcount incremented, use of_node_put on it when done. NULL if node is not found.
of_node_put