Name
misc_deregister -- unregister a miscellaneous device
Synopsis
int misc_deregister
(struct miscdevice * misc);
Arguments
- misc
device to unregister
Description
Unregister a miscellaneous device that was previously
successfully registered with misc_register. Success
is indicated by a zero return, a negative errno code
indicates an error.