Name

cdev_del — remove a cdev from the system

Synopsis

void cdev_del (struct cdev * p);
 

Arguments

struct cdev * p

the cdev structure to be removed

Description

cdev_del removes p from the system, possibly freeing the structure itself.