diff options
| author | imoseyon <imoseyon@gmail.com> | 2013-03-17 17:53:33 -0700 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-09-10 12:06:12 +0200 |
| commit | 8ef598063ccbbf2fda3a2c566ca6cb1bd4c7a59d (patch) | |
| tree | 29d46b61d85c67d1df922d2b7029a80398200856 /drivers | |
| parent | 7d4a9889b0831622757d1da72ed77f5295529581 (diff) | |
random: remove warning
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/char/random.c | 2 |
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 |
