From: Michael Buesch Date: Thu, 11 Jan 2007 07:15:43 +0000 (-0800) Subject: [PATCH] Fix HWRNG built-in initcalls priority X-Git-Tag: v2.6.20-rc5~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56fb5fe9f16f630e3ee663c47c5aff26ac424d05;p=pandora-kernel.git [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 Cc: Jan Beulich Cc: Jeff Garzik Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed