random32: include missing header file

Add missing include for timer.h.

Bug: 29621447
Signed-off-by: Patrick Tjin <pattjin@google.com>
Change-Id: I20f0369871c522d66af7e15a3b04efbb4fbf10e9
This commit is contained in:
Patrick Tjin 2017-01-26 10:46:15 -08:00 committed by Luca Stefani
parent 368e7259c6
commit 1d57d29ad8
1 changed files with 1 additions and 0 deletions

View File

@ -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);