X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=t%2Flfsr-test.c;h=a01f2cfcb43c2cf963f69675bd462eb7f0f2fa33;hb=411a08212830ad9f7df297676f8f337efdb4bfc2;hp=4009b62e38c3acdcfe827f54708cba230c640745;hpb=84e893fd54a0895b9eadd8b4c62243faf19c9305;p=fio.git diff --git a/t/lfsr-test.c b/t/lfsr-test.c index 4009b62e..a01f2cfc 100644 --- a/t/lfsr-test.c +++ b/t/lfsr-test.c @@ -1,17 +1,13 @@ #include #include -#include #include #include -#include -#include -#include #include "../lib/lfsr.h" #include "../gettime.h" #include "../fio_time.h" -void usage() +static void usage(void) { printf("Usage: lfsr-test 0x [seed] [spin] [verify]\n"); printf("-------------------------------------------------------------\n");