Free a dev_t
void blk_free_devt(dev_t devt);
devt
dev_t to free
Free devt which was allocated using blk_alloc_devt.
Might sleep.