Name

misc_deregister — unregister a miscellaneous device

Synopsis

void misc_deregister (struct miscdevice * misc);
 

Arguments

struct miscdevice * misc

device to unregister

Description

Unregister a miscellaneous device that was previously successfully registered with misc_register.