mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 17:11:32 +00:00
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 | ||