Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e0661dfc authored by David Howells's avatar David Howells
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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");