commit | c5857ccf293968348e5eb4ebedc68074de3dcda6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jul 14 20:27:52 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jul 19 10:38:32 2012 -0400 |
tree | 33b74f247459881a9dfdaafd6eb2756c3894521a | |
parent | 27130f0cc3ab97560384da437e4621fc4e94f21c [diff] |
random: remove rand_initialize_irq() 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>