Files
android_kernel_xiaomi_sm8450/include/linux/once.h
Greg Kroah-Hartman 59911be7e5 Revert "once: Fix panic when module unload"
This reverts commit 6815e21fe2 which is
commit 1027b96ec9d34f9abab69bc1a4dc5b1ad8ab1349 upstream.

The function __do_once_done() added a new parameter to handle the
problem when unloading modules with that function in it.  Android does
not support module unloading so just revert this as it breaks the kabi.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I4d5279c00c64f2f1836837c13c27cea5ed3ea073
2021-09-07 07:58:44 +02:00

1.8 KiB