kernel/tools/perf/bench/sched-messaging.c
.. .. @@ -10,10 +10,7 @@ 10 10 * 11 11 */ 12 12 13 -#include "../perf.h"14 -#include "../util/util.h"15 13 #include <subcmd/parse-options.h> 16 -#include "../builtin.h"17 14 #include "bench.h" 18 15 19 16 /* Test groups of 20 processes spraying to 20 receivers */ .. .. @@ -43,7 +40,7 @@ 43 40 unsigned int num_fds; 44 41 int ready_out; 45 42 int wakefd; 46 - int out_fds[0];43 + int out_fds[];47 44 }; 48 45 49 46 struct receiver_context {