Revert "ANDROID: re-export [un]register_random_ready_notifier()"

This reverts commit 13c4af06ad.

No module uses these functions.

Fixes: 13c4af06ad ("ANDROID: re-export [un]register_random_ready_notifier()")
Change-Id: I25b6f3410361dd0f2e48982ca44e520e00b79ec1
Signed-off-by: Eric Biggers <ebiggers@google.com>
This commit is contained in:
Eric Biggers
2022-07-09 17:13:09 +00:00
parent 1b1ffd6aa9
commit 62f4e06b59

View File

@@ -163,7 +163,6 @@ int __cold register_random_ready_notifier(struct notifier_block *nb)
spin_unlock_irqrestore(&random_ready_chain_lock, flags);
return ret;
}
EXPORT_SYMBOL(register_random_ready_notifier);
/*
* Delete a previously registered readiness callback function.
@@ -178,7 +177,6 @@ int __cold unregister_random_ready_notifier(struct notifier_block *nb)
spin_unlock_irqrestore(&random_ready_chain_lock, flags);
return ret;
}
EXPORT_SYMBOL(unregister_random_ready_notifier);
static void __cold process_random_ready_list(void)
{