Remove function for slave devices
void ccwgroup_remove_ccwdev(struct ccw_device * cdev);
cdev
ccw device to be removed
This is a remove function for ccw devices that are slave devices in a ccw group device. It sets the ccw device offline and also deregisters the embedding ccw group device.
Cornelia Huck <[email protected]>
Author.