Cleanup symbols that should be static
[fio.git] / idletime.c
index 9e6960702ca0face97c1602534bf79616f2afbaf..c0bc0bfce19675e311fcbd7394540b02a7010eba 100644 (file)
@@ -379,7 +379,7 @@ static double fio_idle_prof_cpu_stat(int cpu)
        return p * 100.0;
 }
 
-void fio_idle_prof_cleanup(void)
+static void fio_idle_prof_cleanup(void)
 {
        if (ipc.ipts) {
                free(ipc.ipts);