aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/random.h
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2012-07-14 20:27:52 -0400
committerTheodore Ts'o <tytso@mit.edu>2012-07-19 10:38:32 -0400
commitc5857ccf293968348e5eb4ebedc68074de3dcda6 (patch)
tree33b74f247459881a9dfdaafd6eb2756c3894521a /include/linux/random.h
parentmfd: wm831x: Feed the device UUID into device_add_randomness() (diff)
downloadlinux-dev-c5857ccf293968348e5eb4ebedc68074de3dcda6.tar.xz
linux-dev-c5857ccf293968348e5eb4ebedc68074de3dcda6.zip
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>
Diffstat (limited to 'include/linux/random.h')
-rw-r--r--include/linux/random.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/random.h b/include/linux/random.h
index 29e217a7e6d0..ac621ce886ca 100644
--- a/include/linux/random.h
+++ b/include/linux/random.h
@@ -48,8 +48,6 @@ struct rnd_state {
#ifdef __KERNEL__
-extern void rand_initialize_irq(int irq);
-
extern void add_device_randomness(const void *, unsigned int);
extern void add_input_randomness(unsigned int type, unsigned int code,
unsigned int value);