[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20241115150118.3abfa3c6@canb.auug.org.au>
Date: Fri, 15 Nov 2024 15:01:18 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Vinod Koul <vkoul@...nel.org>, Mark Brown <broonie@...nel.org>, Liam
Girdwood <lgirdwood@...il.com>
Cc: Bard Liao <yung-chuan.liao@...ux.intel.com>, Charles Keepax
<ckeepax@...nsource.cirrus.com>, Linux Kernel Mailing List
<linux-kernel@...r.kernel.org>, Linux Next Mailing List
<linux-next@...r.kernel.org>, Pierre-Louis Bossart
<pierre-louis.bossart@...ux.dev>, Pierre-Louis Bossart
<pierre-louis.bossart@...ux.intel.com>
Subject: linux-next: manual merge of the soundwire tree with the sound-asoc
tree
Hi all,
Today's linux-next merge of the soundwire tree got a conflict in:
include/linux/soundwire/sdw.h
between commit:
3a513da1ae33 ("ASoC: SDCA: add initial module")
from the sound-asoc tree and commit:
e311b04db66a ("soundwire: Update the includes on the sdw.h header")
from the soundwire tree.
I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging. You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.
--
Cheers,
Stephen Rothwell
diff --cc include/linux/soundwire/sdw.h
index 49d690f3d29a,784656f740f6..000000000000
--- a/include/linux/soundwire/sdw.h
+++ b/include/linux/soundwire/sdw.h
@@@ -4,14 -4,20 +4,21 @@@
#ifndef __SOUNDWIRE_H
#define __SOUNDWIRE_H
+ #include <linux/bitfield.h>
#include <linux/bug.h>
- #include <linux/lockdep_types.h>
+ #include <linux/completion.h>
+ #include <linux/device.h>
#include <linux/irq.h>
#include <linux/irqdomain.h>
+ #include <linux/lockdep_types.h>
#include <linux/mod_devicetable.h>
- #include <linux/bitfield.h>
+ #include <linux/mutex.h>
+ #include <linux/types.h>
+#include <sound/sdca.h>
+ struct dentry;
+ struct fwnode_handle;
+
struct sdw_bus;
struct sdw_slave;
Content of type "application/pgp-signature" skipped
Powered by blists - more mailing lists