.\" 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_DRIVER" "" "06 October 2005" "" "" .SH NAME cpufreq_unregister_driver \- unregister the current CPUFreq driver .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int cpufreq_unregister_driver (struct cpufreq_driver * \fIdriver\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdriver\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP .PP Unregister the current CPUFreq driver. Only call this if you have the right to do so, i.e. if you have succeeded in initialising before! Returns zero if successful, and -EINVAL if the cpufreq_driver is currently not initialised.