centos man page for cdev_del

Query: cdev_del

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
usb_gstrings_attach(9) - centos
dev_depends(9) - debian
destroy_dev(9) - debian
make_dev_alias(9) - debian
ccw_device_start_key(9) - suse
Similar Topics in the Unix Linux Community
Use of cdev_alloc function