cdev_del(9) suse man page | unix.com

Man Page: cdev_del

Operating Environment: suse

Section: 9

CDEV_DEL(9)							   Char devices 						       CDEV_DEL(9)

NAME
cdev_del - remove a cdev from the system
SYNOPSIS
void cdev_del(struct cdev * p);
ARGUMENTS
p the cdev structure to be removed
DESCRIPTION
cdev_del removes p from the system, possibly freeing the structure itself.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 CDEV_DEL(9)
Related Man Pages
ccw_device_start_key(9) - centos
dev_depends(9) - debian
ccw_device_start_timeout_key(9) - suse
ccw_device_start_key(9) - suse
make_dev(9) - opensolaris
Similar Topics in the Unix Linux Community
Use of cdev_alloc function