[PATCH 1/3] lib: dhry: remove unneeded <linux/mutex.h>

From: Geert Uytterhoeven
Date: Mon Jan 22 2024 - 09:51:07 EST


The Dhrystone benchmark test does not use mutexes.

Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
---
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