Commit e0661dfc authored by David Howells's avatar David Howells

afs: Need linux/random.h

We should #include linux/random.h to use get_random().
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 378c9c96
......@@ -14,6 +14,7 @@
#include <linux/init.h>
#include <linux/completion.h>
#include <linux/sched.h>
#include <linux/random.h>
#include "internal.h"
MODULE_DESCRIPTION("AFS Client File System");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment