Rotate the list to the left
void list_rotate_left(struct list_head * head);
head
the head of the list