hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/tools/perf/bench/sched-messaging.c
....@@ -10,10 +10,7 @@
1010 *
1111 */
1212
13
-#include "../perf.h"
14
-#include "../util/util.h"
1513 #include <subcmd/parse-options.h>
16
-#include "../builtin.h"
1714 #include "bench.h"
1815
1916 /* Test groups of 20 processes spraying to 20 receivers */
....@@ -43,7 +40,7 @@
4340 unsigned int num_fds;
4441 int ready_out;
4542 int wakefd;
46
- int out_fds[0];
43
+ int out_fds[];
4744 };
4845
4946 struct receiver_context {