1. NAME

i2o_block_remove - remove the I2O Block device from the system again

2. SYNOPSIS

int i2o_block_remove(struct device *  dev );

3. ARGUMENTS

dev
    I2O Block device which should be removed

4. DESCRIPTION

Remove gendisk from system and free all allocated memory.

Always returns 0.

5. COPYRIGHT