.\" 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 "AMBA_DRIVER_UNREGISTER" "" "06 October 2005" "" "" .SH NAME amba_driver_unregister \- remove an AMBA device driver .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void amba_driver_unregister (struct amba_driver * \fIdrv\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdrv\fB\fR AMBA device driver structure to remove .SH "DESCRIPTION" .PP Unregister an AMBA device driver from the Linux device model. The device model will call the drivers remove function for each device the device driver is currently handling.