1. NAME

i2o_device_remove - remove an I2O device from the I2O core

2. SYNOPSIS

void i2o_device_remove(struct i2o_device *  i2o_dev );

3. ARGUMENTS

i2o_dev
    I2O device which should be released

4. DESCRIPTION

Is used on I2O controller removal or LCT modification, when the device is removed from the system. Note that the device could still hang around until the refcount reaches 0.

5. COPYRIGHT