diff options
author | David Howells <dhowells@redhat.com> | 2016-08-30 16:05:14 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-08-30 16:07:53 +0100 |
commit | e0661dfc5961cf14f255fa5466041a961ca2ebdf (patch) | |
tree | bc2a2733054729ea51ca7cbf7c6478cf2becf543 /fs/afs | |
parent | 378c9c9603a48135336f9440995e5a342fbc5afa (diff) | |
download | linux-e0661dfc5961cf14f255fa5466041a961ca2ebdf.tar.bz2 |
afs: Need linux/random.h
We should #include linux/random.h to use get_random().
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/afs')
-rw-r--r-- | fs/afs/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/afs/main.c b/fs/afs/main.c index 35de0c04729f..0b187ef3b5b7 100644 --- a/fs/afs/main.c +++ b/fs/afs/main.c @@ -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"); |