]> 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 19:04:28 +0000 (12:04 -0700)
commitb6b847a93be87fc9974d8232984668a5a59754df
treeae0c3cb7fe98627cd7e61d5f8fbae68fd3704d95
parentf99ef862a7235bb06e963bd99e3c4287f5b8f6fd
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
drivers/mfd/ab3550-core.c
include/linux/irqdesc.h
include/linux/random.h
kernel/irq/manage.c