mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08:00
8d2a0cdf52
A few newly added functions aren't built unless CONFIG_OF is set,
which result in the build failure due to defined-but-not-used errors.
Put "#ifdef CONFIG_OF" around those functions to suppress the build
error.
Fixes:
|
||
---|---|---|
.. | ||
dwc-i2s.c | ||
dwc-pcm.c | ||
Kconfig | ||
local.h | ||
Makefile |