Name

class_simple_device_remove — removes a class device that was created with class_simple_device_add

Synopsis

void class_simple_device_remove (dev_t  dev);

Arguments

dev

the dev_t of the device that was previously registered.

Description

This call unregisters and cleans up a class device that was created with a call to class_device_simple_add