diff options
Diffstat (limited to 'lib/dhry_run.c')
-rw-r--r-- | lib/dhry_run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dhry_run.c b/lib/dhry_run.c index f15ac666e9d3..4a6d05ce4361 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 @@ -84,4 +83,5 @@ static int __init dhry_init(void) module_init(dhry_init); MODULE_AUTHOR("Geert Uytterhoeven <geert+renesas@glider.be>"); +MODULE_DESCRIPTION("Dhrystone benchmark test module"); MODULE_LICENSE("GPL"); |