1. NAME

cdev_del - remove a cdev from the system

2. SYNOPSIS

void cdev_del(struct cdev *  p );

3. ARGUMENTS

p
    the cdev structure to be removed

4. DESCRIPTION

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

5. COPYRIGHT