1. NAME

rio_unregister_driver - unregister a RIO driver

2. SYNOPSIS

void rio_unregister_driver(struct rio_driver *  rdrv );

3. ARGUMENTS

rdrv
    the RIO driver structure to unregister

4. DESCRIPTION

Deletes the struct rio_driver from the list of registered RIO drivers, gives it a chance to clean up by calling its remove function for each device it was responsible for, and marks those devices as driverless.

5. AUTHOR

Matt Porter <>, <>
    Author.

6. COPYRIGHT