mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-01 10:45:49 +00:00
afs: Need linux/random.h
We should #include linux/random.h to use get_random(). Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
378c9c9603
commit
e0661dfc59
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user