int i2o_delete_device (struct i2o_device * d);
This function unhooks a device from a controller. The device will not be unhooked if it has an owner who does not wish to free it, or if the owner lacks a dev_del_notify function. In that case -EBUSY is returned. On success 0 is returned. Other errors cause negative errno values to be returned