1. NAME

list_del_init - deletes entry from list and reinitialize it.

2. SYNOPSIS

void list_del_init(struct list_head *  entry );

3. ARGUMENTS

entry
    the element to delete from the list.

4. COPYRIGHT