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:
Chris
2023-06-07 16:42:14 +09:00
parent 1445b4b545
commit 183e7e412d

View File

@@ -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)
{