gallium/hash_table: turn it into a wrapper around util/hash_table
[mesa.git] / src / gallium / drivers / lima / lima_screen.h
index 5528694003026b61537a7d2a5b88d002a35f875d..f92a43857379ba261dd3eabd02a2701e053454da 100644 (file)
@@ -71,8 +71,8 @@ struct lima_screen {
    /* bo table */
    mtx_t bo_table_lock;
    mtx_t bo_cache_lock;
-   struct util_hash_table *bo_handles;
-   struct util_hash_table *bo_flink_names;
+   struct hash_table *bo_handles;
+   struct hash_table *bo_flink_names;
    struct list_head bo_cache_buckets[NR_BO_CACHE_BUCKETS];
    struct list_head bo_cache_time;