mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-18 10:56:12 +07: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