.\" 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 "CPUFREQ_UNREGISTER_NOTIFIER" "" "06 October 2005" "" "" .SH NAME cpufreq_unregister_notifier \- unregister a driver with cpufreq .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int cpufreq_unregister_notifier (struct notifier_block * \fInb\fB, unsigned int \fIlist\fB); \fR .SH "ARGUMENTS" .TP \fB\fInb\fB\fR notifier block to be unregistered .TP \fB\fIlist\fB\fR CPUFREQ_TRANSITION_NOTIFIER or CPUFREQ_POLICY_NOTIFIER .SH "DESCRIPTION" .PP Remove a driver from the CPU frequency notifier list. .PP This function may sleep, and has the same return conditions as notifier_chain_unregister.