mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ODROID: Remove numa_crng_init func.
The commit contains "numa_crng_init" function. "random: set up the NUMA crng instances after the CRNG is fully initialized" Change-Id: Ia41a25511eb72dab8227023f206cd692133282f1
This commit is contained in:
@@ -880,11 +880,6 @@ static void do_numa_crng_init(struct work_struct *work)
|
||||
|
||||
static DECLARE_WORK(numa_crng_init_work, do_numa_crng_init);
|
||||
|
||||
static void numa_crng_init(void)
|
||||
{
|
||||
schedule_work(&numa_crng_init_work);
|
||||
}
|
||||
|
||||
static struct crng_state *select_crng(void)
|
||||
{
|
||||
struct crng_state **pool;
|
||||
@@ -898,7 +893,6 @@ static struct crng_state *select_crng(void)
|
||||
return &primary_crng;
|
||||
}
|
||||
#else
|
||||
static void numa_crng_init(void) {}
|
||||
|
||||
static struct crng_state *select_crng(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user