mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
hw_random driver depends on hwrng_modinit() to init first. But driver initcall and hwrng_modinit() are both in the same device_init level. Fix this by move hwrng_modinit() to the rootfs_initcall level. Change-Id: I501408d94b7a91fb439512ecc51f20453c5f2382 Signed-off-by: Tao Huang <huangtao@rock-chips.com>