.\" 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 "BUS_REMOVE_DEVICE" "9" "09 October 2005" "" "" .SH NAME bus_remove_device \- remove device from bus .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void bus_remove_device (struct device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR device to be removed .SH "DESCRIPTION" .PP - Remove symlink from bus's directory. - Delete device from bus's list. - Detach from its driver. - Drop reference taken in \fBbus_add_device\fR\&.