We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0341e34 commit 8d3e098Copy full SHA for 8d3e098
tools/testing/selftests/net/bench/page_pool/bench_page_pool_simple.c
@@ -5,15 +5,12 @@
5
*/
6
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
7
8
+#include <linux/interrupt.h>
9
+#include <linux/limits.h>
10
#include <linux/module.h>
11
#include <linux/mutex.h>
-
-#include <linux/version.h>
12
#include <net/page_pool/helpers.h>
13
14
-#include <linux/interrupt.h>
15
-#include <linux/limits.h>
16
17
#include "time_bench.h"
18
19
static int verbose = 1;
0 commit comments