.TH "inter_module_put" 9 "inter_module_put" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME inter_module_put \- release use of data from another module. .SH SYNOPSIS .B "void" inter_module_put .BI "(const char *" im_name ");" .SH ARGUMENTS .IP "im_name" 12 an arbitrary string to identify the data, must be unique .SH "DESCRIPTION" If the im_name has not been registered, complain, otherwise decrement the use count on the owning module.