Deletes entry from list.
void __list_del_entry(struct list_head * entry);
entry
the element to delete from the list.
list_empty on entry does not return true after this, the entry is in an undefined state.