1. NAME

i2o_block_device_free - free the memory of the I2O Block device

2. SYNOPSIS

void i2o_block_device_free(struct i2o_block_device *  dev );

3. ARGUMENTS

dev
    I2O Block device, which should be cleaned up

4. DESCRIPTION

Frees the request queue, gendisk and the i2o_block_device structure.

5. COPYRIGHT