.\" 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 "SUPERHYWAY_UNREGISTER_DRIVER" "9" "09 October 2005" "" ""
.SH NAME
superhyway_unregister_driver \- Unregister a SuperHyway driver
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void superhyway_unregister_driver (struct superhyway_driver * \fIdrv\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdrv\fB\fR
SuperHyway driver to unregister.
.SH "DESCRIPTION"
.PP
This cleans up after \fBsuperhyway_register_driver\fR, and should be invoked in
the exit path of any module drivers.