diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-05-07 18:32:36 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-08 08:42:00 +0200 |
commit | ce38a75089f70f6380fc63a5478a7659b4eb3f47 (patch) | |
tree | 2b937b5e306b5e137b8c6ddc6626cb9d27166c25 /lib/idr.c | |
parent | ASoC: SOF: xtensa: fix undefined references (diff) | |
download | linux-ce38a75089f70f6380fc63a5478a7659b4eb3f47.tar.xz linux-ce38a75089f70f6380fc63a5478a7659b4eb3f47.zip |
ASoC: SOF: core: fix undefined nocodec reference
The existing code mistakenly uses IS_ENABLED in C code instead of as
in conditional compilation, leading to the following error:
ld: sound/soc/sof/core.o: in function `sof_machine_check':
sound/soc/sof/core.c:279: undefined reference to `sof_nocodec_setup'
Fix by using #if !IS_ENABLED()
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'lib/idr.c')
0 files changed, 0 insertions, 0 deletions