gallium/hash_table: turn it into a wrapper around util/hash_table
[mesa.git] / src / gallium / winsys / nouveau / drm / nouveau_drm_winsys.c
index 57f3702a3e093598d3ec0877f68881c149210de7..8547219b6897526d68b21cc854197b446848fc89 100644 (file)
@@ -17,7 +17,7 @@
 #include <nvif/class.h>
 #include <nvif/cl0080.h>
 
-static struct util_hash_table *fd_tab = NULL;
+static struct hash_table *fd_tab = NULL;
 
 static mtx_t nouveau_screen_mutex = _MTX_INITIALIZER_NP;