.TH "inter_module_unregister" 9 "inter_module_unregister" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME inter_module_unregister \- unregister a set of inter module data. .SH SYNOPSIS .B "void" inter_module_unregister .BI "(const char *" im_name ");" .SH ARGUMENTS .IP "im_name" 12 an arbitrary string to identify the data, must be unique .SH "DESCRIPTION" Check that the im_name has been registered, complain if it has not. For existing data, remove it from the inter_module_entry list.