cdev_del(9) centos man page | unix.com

Man Page: cdev_del

Operating Environment: centos

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 3.10 June 2014 CDEV_DEL(9)
Related Man Pages
ccw_device_start_key(9) - centos
ccw_device_start_timeout(9) - centos
usb_gstrings_attach(9) - centos
make_dev_alias(9) - debian
make_dev_alias(9) - opensolaris
Similar Topics in the Unix Linux Community
Use of cdev_alloc function