mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-28 13:34:38 +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 |