mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02: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