Skip to content

Commit

Permalink
random32: include missing header file
Browse files Browse the repository at this point in the history
Add missing include for timer.h.

Bug: 29621447
Signed-off-by: Patrick Tjin <pattjin@google.com>
Change-Id: I20f0369871c522d66af7e15a3b04efbb4fbf10e9
  • Loading branch information
pattjin authored and intervigilium committed Aug 5, 2018
1 parent 3e6f1c6 commit a2862d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/random32.c
Expand Up @@ -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);

Expand Down

0 comments on commit a2862d3

Please sign in to comment.