1. NAME

idr_remove - remove the given id and free its slot

2. SYNOPSIS

void idr_remove(struct idr *  idp , int  id );

3. ARGUMENTS

idp
    idr handle

id
    unique key

4. COPYRIGHT