X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=gettime.c;h=c0f26382721d0be7e01d413b8a33bcca6ac04921;hb=a94aedbc11829470cce77eb52969601d618054d6;hp=57c66f7e6fbc6a1d8688cbc2d4b6ee0f370c8930;hpb=17031c6df30913608de1f66ca952ed75dd1324be;p=fio.git diff --git a/gettime.c b/gettime.c index 57c66f7e..c0f26382 100644 --- a/gettime.c +++ b/gettime.c @@ -2,16 +2,9 @@ * Clock functions */ -#include #include -#include -#include #include "fio.h" -#include "fio_sem.h" -#include "smalloc.h" - -#include "hash.h" #include "os/os.h" #if defined(ARCH_HAVE_CPU_CLOCK) @@ -380,7 +373,7 @@ static int calibrate_cpu_clock(void) #endif // ARCH_HAVE_CPU_CLOCK #ifndef CONFIG_TLS_THREAD -void fio_local_clock_init(int is_thread) +void fio_local_clock_init(void) { struct tv_valid *t; @@ -396,7 +389,7 @@ static void kill_tv_tls_key(void *data) free(data); } #else -void fio_local_clock_init(int is_thread) +void fio_local_clock_init(void) { } #endif