drm_ht_remove_item
drm_ht_remove_item(&master->magiclist, hash);
drm_ht_remove_item(&mm->offset_hash, list);
EXPORT_SYMBOL(drm_ht_remove_item);
extern int drm_ht_remove_item(struct drm_open_hash *ht, struct drm_hash_item *item);
drm_ht_remove_item(&master->magiclist, &pt->hash_item);
(void)drm_ht_remove_item(&tdev->object_hash, &base->hash);
(void)drm_ht_remove_item(&tdev->object_hash, &base->hash);
(void)drm_ht_remove_item(ht, &ref->hash);