1. NAME

rio_device_remove - Remove a RIO device from the system

2. SYNOPSIS

int rio_device_remove(struct device *  dev );

3. ARGUMENTS

dev
    the RIO device structure to match against

4. DESCRIPTION

Remove a RIO device from the system. If it has an associated driver, then run the driver remove method. Then update the reference count.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT