MAPLE_DRIVER_UNREGIS

Section: Busses (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

maple_driver_unregister - unregister a maple driver.  

SYNOPSIS

void maple_driver_unregister(struct maple_driver * drv);
 

ARGUMENTS

drv

maple driver to unregister.
 

DESCRIPTION

Cleans up after maple_driver_register. To be invoked in the exit path of any module drivers.  

AUTHOR

Paul Mundt <lethal@linux-sh.org>

Author.
 

COPYRIGHT