diff options
| author | Christoph Hellwig <hch@lst.de> | 2004-11-07 04:08:26 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-11-07 04:08:26 -0800 |
| commit | 85a139b8af1760a0de44dab6895db13abbee5438 (patch) | |
| tree | dfc105d1a08162f4eff42458ba971546b62634fe /include | |
| parent | 9eef2c6f8b537c06763a698be3a08f0deb8c91f9 (diff) | |
[PATCH] remove dead exports from random.c
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/random.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/random.h b/include/linux/random.h index 068875bf9601..4aaffb57349d 100644 --- a/include/linux/random.h +++ b/include/linux/random.h @@ -44,8 +44,6 @@ struct rand_pool_info { extern void rand_initialize_irq(int irq); -extern void batch_entropy_store(u32 a, u32 b, int num); - extern void add_keyboard_randomness(unsigned char scancode); extern void add_mouse_randomness(__u32 mouse_data); extern void add_interrupt_randomness(int irq); |
