cdev_set_parent — set the parent kobject for a char device
void cdev_set_parent ( | struct cdev * p, |
struct kobject * kobj); |
cdev_set_parent sets a parent kobject which will be referenced
appropriately so the parent is not freed before the cdev. This
should be called before cdev_add.