ASoc: fix sound/soc/intel/skylake/slk-ssp-clk.c build error on IA64
authorRandy Dunlap <rdunlap@infradead.org>
Thu, 30 May 2019 11:50:12 +0000 (06:50 -0500)
committerMark Brown <broonie@kernel.org>
Thu, 30 May 2019 15:34:12 +0000 (16:34 +0100)
commit2c79eeb1aaf2bf0a6d9bb4732596f7dc147cab4d
treef8232f1ec162d6b4e5e8101880f878aff9d4c5e0
parent536cfd2f375d36f4316c0b93bb9e0eaf78e0ef6c
ASoc: fix sound/soc/intel/skylake/slk-ssp-clk.c build error on IA64

skl-ssp-clk.c does not build on IA64 because the driver
uses the common clock interface, so make the driver depend
on COMMON_CLK.

Fixes this build error:
../sound/soc/intel/skylake/skl-ssp-clk.c:26:16: error: field 'hw' has incomplete type
  struct clk_hw hw;
                ^~
[Corrections for SKL support by Pierre Bossart]

Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Cc: Mark Brown <broonie@kernel.org>
Cc: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Cc: Jie Yang <yang.jie@linux.intel.com>
Cc: alsa-devel@alsa-project.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/Kconfig