Remove a rio device from the system
int rio_device_remove(struct device * dev);
dev
the RIO device structure to match against
Remove a RIO device from the system. If it has an associated driver, then run the driver remove method. Then update the reference count.
Matt Porter <[email protected]>, <[email protected]>
Author.