.\" 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 "SYSFS_REMOVE_DIR" "" "06 October 2005" "" "" .SH NAME sysfs_remove_dir \- remove an object's directory. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void sysfs_remove_dir (struct kobject * \fIkobj\fB); \fR .SH "ARGUMENTS" .TP \fB\fIkobj\fB\fR object. .SH "DESCRIPTION" .PP The only thing special about this is that we remove any files in the directory before we remove the directory, and we've inlined what used to be \fBsysfs_rmdir\fR below, instead of calling separately.