[PATCH 0/2] ASoC: cq93vc: enable compiling on COMPILE_TEST

From: Kuninori Morimoto
Date: Thu Oct 27 2016 - 10:27:40 EST



Hi Lee, Mark

Current cq93vc sound codec indicates that it has
MFD_DAVINCI_VOICECODEC dependency, but it doesn't.
This means we can compile it from non DAVINCE environment
by COMPILE_TEST.
These patches solve this issue.
I tested this on ARCH=x86 + make allyesconfig, and
ARCH=ARM + shmobile_defconfig + COMPILE_TEST.

Kuninori Morimoto (2):
mfd: davinci_voicecodec: tidyup header difinitions
ASoC: cq93vc: remove MFD_DAVINCI_VOICECODEC dependency for CQ0093VC

drivers/mfd/davinci_voicecodec.c | 1 +
include/linux/mfd/davinci_voicecodec.h | 4 ----
sound/soc/codecs/Kconfig | 2 +-
3 files changed, 2 insertions(+), 5 deletions(-)

--
1.9.1