]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Fix HWRNG built-in initcalls priority
authorMichael Buesch <mb@bu3sch.de>
Mon, 8 Jan 2007 15:34:54 +0000 (16:34 +0100)
committerChris Wright <chrisw@sous-sol.org>
Mon, 5 Feb 2007 16:31:39 +0000 (08:31 -0800)
commitbe0194e1f2a0a56408ac810c9c4324196f765936
treead343a78d933c10bdad5822b0e3bdb610ee9a247
parent75cda36db203e982ea134d785ea58d8b56c3aef3
[PATCH] Fix HWRNG built-in initcalls priority

This changes all HWRNG driver initcalls to module_init().
We must probe the RNGs after the major kernel subsystems
are already up and running (like PCI).
This fixes Bug 7730.
http://bugzilla.kernel.org/show_bug.cgi?id=7730

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/char/hw_random/amd-rng.c
drivers/char/hw_random/geode-rng.c
drivers/char/hw_random/intel-rng.c
drivers/char/hw_random/ixp4xx-rng.c
drivers/char/hw_random/via-rng.c