Skip to content

Commit 8d3e098

Browse files
minakuba-moo
authored andcommitted
selftests: pp-bench: remove unneeded linux/version.h
linux/version.h was used by the out-of-tree version, but not needed in the upstream one anymore. While I'm at it, sort the includes. Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Mina Almasry <[email protected]> Reviewed-by: Simon Horman <[email protected]> Reviewed-by: Toke Høiland-Jørgensen <[email protected]> Reviewed-by: Ilias Apalodimas <[email protected]> Acked-by: Jesper Dangaard Brouer <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent 0341e34 commit 8d3e098

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tools/testing/selftests/net/bench/page_pool/bench_page_pool_simple.c

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,12 @@
55
*/
66
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
77

8+
#include <linux/interrupt.h>
9+
#include <linux/limits.h>
810
#include <linux/module.h>
911
#include <linux/mutex.h>
10-
11-
#include <linux/version.h>
1212
#include <net/page_pool/helpers.h>
1313

14-
#include <linux/interrupt.h>
15-
#include <linux/limits.h>
16-
1714
#include "time_bench.h"
1815

1916
static int verbose = 1;

0 commit comments

Comments
 (0)