1. NAME

kobject_put - decrement refcount for object.

2. SYNOPSIS

void kobject_put(struct kobject *  kobj );

3. ARGUMENTS

kobj
    object.

4. DESCRIPTION

Decrement the refcount, and if 0, call kobject_cleanup.

5. COPYRIGHT