Decrement refcount for object.
void kobject_put(struct kobject * kobj);
kobj
object.
Decrement the refcount, and if 0, call kobject_cleanup.