root_device_unregister(9) 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