axmap: make axmap_first_free() static
[fio.git] / lib / axmap.c
index 5b8cb3094d88d6bb6cc6317b5d8c36fc49f502ff..68096d8906125220326193b55eeb0c0cab31c689 100644 (file)
@@ -369,7 +369,7 @@ static uint64_t axmap_find_first_free(struct axmap *axmap, unsigned int level,
        return (uint64_t) -1ULL;
 }
 
-uint64_t axmap_first_free(struct axmap *axmap)
+static uint64_t axmap_first_free(struct axmap *axmap)
 {
        if (firstfree_valid(axmap))
                return axmap->first_free;