.\" 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_DEVICE_UNREGISTER" "" "06 October 2005" "" "" .SH NAME amba_device_unregister \- unregister an AMBA device .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void amba_device_unregister (struct amba_device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR AMBA device to remove .SH "DESCRIPTION" .PP Remove the specified AMBA device from the Linux device manager. All files associated with this object will be destroyed, and device drivers notified that the device has been removed. The AMBA device's resources including the amba_device structure will be freed once all references to it have been dropped.