.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "OF_GET_PARENT" "9" "09 October 2005" "" ""
.SH NAME
of_get_parent \- Get a node's parent if any
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct device_node * of_get_parent (const struct device_node * \fInode\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fInode\fB\fR
Node to get parent
.SH "DESCRIPTION"
.PP
Returns a node pointer with refcount incremented, use
\fBof_node_put\fR on it when done.