]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: pp-bench: remove unneeded linux/version.h
authorMina Almasry <almasrymina@google.com>
Fri, 27 Jun 2025 20:04:51 +0000 (20:04 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 00:42:11 +0000 (17:42 -0700)
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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202506271434.Gk0epC9H-lkp@intel.com/
Signed-off-by: Mina Almasry <almasrymina@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Acked-by: Jesper Dangaard Brouer <hawk@kernel.org>
Link: https://patch.msgid.link/20250627200501.1712389-1-almasrymina@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/bench/page_pool/bench_page_pool_simple.c

index f183d5e30dc6d605ba32d52c48e39e995c4c6e52..1cd3157fb6a9d98265bfc5a59d485d33d4a63272 100644 (file)
@@ -5,15 +5,12 @@
  */
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
 
+#include <linux/interrupt.h>
+#include <linux/limits.h>
 #include <linux/module.h>
 #include <linux/mutex.h>
-
-#include <linux/version.h>
 #include <net/page_pool/helpers.h>
 
-#include <linux/interrupt.h>
-#include <linux/limits.h>
-
 #include "time_bench.h"
 
 static int verbose = 1;