diff options
Diffstat (limited to 'drivers/char/random.c')
-rw-r--r-- | drivers/char/random.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/char/random.c b/drivers/char/random.c index 9ce80213007b..1137d2976043 100644 --- a/drivers/char/random.c +++ b/drivers/char/random.c | |||
@@ -558,12 +558,7 @@ struct timer_rand_state { | |||
558 | unsigned dont_count_entropy:1; | 558 | unsigned dont_count_entropy:1; |
559 | }; | 559 | }; |
560 | 560 | ||
561 | #ifdef CONFIG_HAVE_DYN_ARRAY | ||
562 | static struct timer_rand_state **irq_timer_state; | ||
563 | DEFINE_DYN_ARRAY(irq_timer_state, sizeof(struct timer_rand_state *), nr_irqs, PAGE_SIZE, NULL); | ||
564 | #else | ||
565 | static struct timer_rand_state *irq_timer_state[NR_IRQS]; | 561 | static struct timer_rand_state *irq_timer_state[NR_IRQS]; |
566 | #endif | ||
567 | 562 | ||
568 | static struct timer_rand_state *get_timer_rand_state(unsigned int irq) | 563 | static struct timer_rand_state *get_timer_rand_state(unsigned int irq) |
569 | { | 564 | { |