summaryrefslogtreecommitdiffstats
path: root/kmod/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'kmod/util.c')
-rw-r--r--kmod/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmod/util.c b/kmod/util.c
index de87d3b..abf2b71 100644
--- a/kmod/util.c
+++ b/kmod/util.c
@@ -3,7 +3,7 @@
void
random_perm(uint32_t *arr, uint32_t arr_len)
{
- uint32_t i, mid;
+ uint32_t i;
/* no special ordering needed when prefetcher is disabled */
for (i = 0; i < arr_len; i++)