mbox series

[0/2] soundwire: Kconfig/build improvements

Message ID 20190916185739.32184-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series soundwire: Kconfig/build improvements | expand

Message

Pierre-Louis Bossart Sept. 16, 2019, 6:57 p.m. UTC
The Intel kbuild test reported issues with COMPILE_TEST or
cross-compilation when SOF is enabled, fix. This has no functional
impact.

Pierre-Louis Bossart (2):
  soundwire: intel: add missing headers for cross-compilation
  soundwire: intel: remove X86 dependency

 drivers/soundwire/Kconfig      | 2 +-
 drivers/soundwire/intel.c      | 1 +
 drivers/soundwire/intel_init.c | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

Comments

Pierre-Louis Bossart Oct. 14, 2019, 3:59 p.m. UTC | #1
On 9/16/19 1:57 PM, Pierre-Louis Bossart wrote:
> The Intel kbuild test reported issues with COMPILE_TEST or
> cross-compilation when SOF is enabled, fix. This has no functional
> impact.

Vinod, if you are back at your desk, those patches are almost a month 
old. thanks!

> 
> Pierre-Louis Bossart (2):
>    soundwire: intel: add missing headers for cross-compilation
>    soundwire: intel: remove X86 dependency
> 
>   drivers/soundwire/Kconfig      | 2 +-
>   drivers/soundwire/intel.c      | 1 +
>   drivers/soundwire/intel_init.c | 1 +
>   3 files changed, 3 insertions(+), 1 deletion(-)
>
Vinod Koul Oct. 16, 2019, 5:06 a.m. UTC | #2
On 16-09-19, 13:57, Pierre-Louis Bossart wrote:
> The Intel kbuild test reported issues with COMPILE_TEST or
> cross-compilation when SOF is enabled, fix. This has no functional
> impact.

Applied, thanks