mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-17 01:54:01 +08:00
f38d43dafb
module_is_live() is available only when CONFIG_MODULES is enabled.
Replace its usage with try_module_get() which is present regardless of
said config's status.
Fixes:
|
||
---|---|---|
.. | ||
core.h | ||
device.c | ||
dsp.c | ||
ipc.c | ||
loader.c | ||
Makefile | ||
messages.c | ||
messages.h | ||
pcm.c | ||
registers.h | ||
sysfs.c | ||
trace.h |