aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorimoseyon <imoseyon@gmail.com>2013-03-17 17:53:33 -0700
committerMoyster <oysterized@gmail.com>2016-09-10 12:06:12 +0200
commit8ef598063ccbbf2fda3a2c566ca6cb1bd4c7a59d (patch)
tree29d46b61d85c67d1df922d2b7029a80398200856 /drivers
parent7d4a9889b0831622757d1da72ed77f5295529581 (diff)
random: remove warning
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/random.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/random.c b/drivers/char/random.c
index 9f61570dd..9a709c89a 100644
--- a/drivers/char/random.c
+++ b/drivers/char/random.c
@@ -652,8 +652,6 @@ void add_device_randomness(const void *buf, unsigned int size)
}
EXPORT_SYMBOL(add_device_randomness);
-static struct timer_rand_state input_timer_state;
-
/*
* This function adds entropy to the entropy "pool" by using timing
* delays. It uses the timer_rand_state structure to make an estimate