]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
lib: dhry: remove unneeded <linux/mutex.h>
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 22 Jan 2024 14:50:43 +0000 (15:50 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 22 Feb 2024 23:38:52 +0000 (15:38 -0800)
commitc3c6c204823859037c24507420ed83947fe506f1
tree58f6b0b4105fcebb0223b4a5ecc100d61c5f5ef8
parent08701813a1b439f01e52c10e66ee2e99d9d23c6c
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>
lib/dhry_run.c