]> git.karo-electronics.de Git - karo-tx-linux.git/commit
random: remove rand_initialize_irq()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 15 Jul 2012 00:27:52 +0000 (20:27 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 14:52:49 +0000 (07:52 -0700)
commit458f9b009bce81a9f5644a08018579abc60d865b
tree6b73cd52f7911684274ce5b83b299eccba9afdee
parente5f6e64fd1a3bc64cb80c87c3ad3329fab952258
random: remove rand_initialize_irq()

commit c5857ccf293968348e5eb4ebedc68074de3dcda6 upstream.

With the new interrupt sampling system, we are no longer using the
timer_rand_state structure in the irq descriptor, so we can stop
initializing it now.

[ Merged in fixes from Sedat to find some last missing references to
  rand_initialize_irq() ]

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/ia64/kernel/irq_ia64.c
drivers/char/random.c
drivers/mfd/ab3100-core.c
include/linux/irqdesc.h
include/linux/random.h
kernel/irq/manage.c