Skip to content
Snippets Groups Projects
Commit b8407a3c authored by Patrick Tjin's avatar Patrick Tjin
Browse files

random32: include missing header file


Add missing include for timer.h.

Bug: 29621447
Signed-off-by: default avatarPatrick Tjin <pattjin@google.com>
Change-Id: I20f0369871c522d66af7e15a3b04efbb4fbf10e9
parent 7377073c
Branches
Tags
No related merge requests found
......@@ -38,6 +38,7 @@
#include <linux/export.h>
#include <linux/jiffies.h>
#include <linux/random.h>
#include <linux/timer.h>
static DEFINE_PER_CPU(struct rnd_state, net_rand_state);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment