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

Geert Uytterhoeven posted 3 patches 1 year, 11 months ago
[PATCH 1/3] lib: dhry: remove unneeded <linux/mutex.h>
Posted by Geert Uytterhoeven 1 year, 11 months ago
The Dhrystone benchmark test does not use mutexes.

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