[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <cf8fafaedccf96143f1513745c43a457480bfc24.1705934853.git.geert+renesas@glider.be>
Date: Mon, 22 Jan 2024 15:50:43 +0100
From: Geert Uytterhoeven <geert+renesas@...der.be>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert+renesas@...der.be>
Subject: [PATCH 1/3] lib: dhry: remove unneeded <linux/mutex.h>
The Dhrystone benchmark test does not use mutexes.
Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be>
---
lib/dhry_run.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/dhry_run.c b/lib/dhry_run.c
index f15ac666e9d38bd2..e6a279dabf848eb3 100644
--- a/lib/dhry_run.c
+++ b/lib/dhry_run.c
@@ -10,7 +10,6 @@
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
-#include <linux/mutex.h>
#include <linux/smp.h>
#define DHRY_VAX 1757
--
2.34.1
Powered by blists - more mailing lists