summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_sman.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_sman.h')
-rw-r--r--include/drm/drm_sman.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drm_sman.h b/include/drm/drm_sman.h
index 34ae5ca05a40..031e52189295 100644
--- a/include/drm/drm_sman.h
+++ b/include/drm/drm_sman.h
@@ -87,7 +87,6 @@ struct drm_memblock_item {
struct drm_sman {
struct drm_sman_mm *mm;
int num_managers;
- struct drm_open_hash user_hash_tab;
};
/*
@@ -139,11 +138,7 @@ extern struct drm_memblock_item *drm_sman_alloc(struct drm_sman * sman,
unsigned long size,
unsigned alignment,
unsigned long owner);
-/*
- * Free a memory block identified by its user hash key.
- */
-extern int drm_sman_free_key(struct drm_sman * sman, unsigned int key);
extern void drm_sman_free(struct drm_memblock_item *item);
/*