Skip to content

Commit c3c6c20

Browse files
geertuakpm00
authored andcommitted
lib: dhry: remove unneeded <linux/mutex.h>
Patch series "lib: dhry: miscellaneous cleanups". This patch series contains a few miscellaneous cleanups for the Dhrystone benchmark test. This patch (of 3): The Dhrystone benchmark test does not use mutexes. Link: https://lkml.kernel.org/r/cover.1705934853.git.geert+renesas@glider.be Link: https://lkml.kernel.org/r/cf8fafaedccf96143f1513745c43a457480bfc24.1705934853.git.geert+renesas@glider.be Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 0870181 commit c3c6c20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/dhry_run.c

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <linux/kernel.h>
1111
#include <linux/module.h>
1212
#include <linux/moduleparam.h>
13-
#include <linux/mutex.h>
1413
#include <linux/smp.h>
1514

1615
#define DHRY_VAX 1757

0 commit comments

Comments
 (0)