ROOT_DEVICE_UNREGIST

Section: Device drivers infrastructure (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

root_device_unregister - unregister and free a root device  

SYNOPSIS

void root_device_unregister(struct device * dev);
 

ARGUMENTS

dev

device going away
 

DESCRIPTION

This function unregisters and cleans up a device that was created by root_device_register.  

COPYRIGHT