.\" 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 "PM_UNREGISTER" "9" "09 October 2005" "" ""
.SH NAME
pm_unregister \- unregister a device with power management
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void pm_unregister (struct pm_dev * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device to unregister
.SH "DESCRIPTION"
.PP
Remove a device from the power management notification lists. The
dev passed must be a handle previously returned by pm_register.