util: Fixes error: no previous prototype for 'mesa_cache_db_entry_remove'

Fixes: c92c99481f ("util/mesa-db: Support removal of cache entries")

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21191>
This commit is contained in:
Yonggang Luo 2023-02-08 16:00:35 +08:00 committed by Marge Bot
parent a2fbd2fbd0
commit 948f4e4d07

View file

@ -115,7 +115,7 @@ mesa_cache_db_entry_write(struct mesa_cache_db *db,
return false;
}
bool
static inline bool
mesa_cache_db_entry_remove(struct mesa_cache_db *db,
const uint8_t *cache_key_160bit)
{