diff options
Diffstat (limited to 'include/drm/drm_hashtab.h')
-rw-r--r-- | include/drm/drm_hashtab.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/drm/drm_hashtab.h b/include/drm/drm_hashtab.h index 0af087a4d3b3..3650d5d011ee 100644 --- a/include/drm/drm_hashtab.h +++ b/include/drm/drm_hashtab.h | |||
@@ -45,14 +45,10 @@ struct drm_hash_item { | |||
45 | }; | 45 | }; |
46 | 46 | ||
47 | struct drm_open_hash { | 47 | struct drm_open_hash { |
48 | unsigned int size; | ||
49 | unsigned int order; | ||
50 | unsigned int fill; | ||
51 | struct hlist_head *table; | 48 | struct hlist_head *table; |
52 | int use_vmalloc; | 49 | u8 order; |
53 | }; | 50 | }; |
54 | 51 | ||
55 | |||
56 | extern int drm_ht_create(struct drm_open_hash *ht, unsigned int order); | 52 | extern int drm_ht_create(struct drm_open_hash *ht, unsigned int order); |
57 | extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item); | 53 | extern int drm_ht_insert_item(struct drm_open_hash *ht, struct drm_hash_item *item); |
58 | extern int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, | 54 | extern int drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, |