devres_remove
EXPORT_SYMBOL_GPL(devres_remove);
res = devres_remove(dev, release, match, match_data);
res = devres_remove(dev, release, match, match_data);
void *devres_remove(struct device *dev, dr_release_t release, dr_match_t match, void *match_data);