Re: drivers/soundwire/qcom.c:767: undefined reference to `slimbus_bus'

2020-11-25 Thread Vinod Koul
On 25-11-20, 09:31, Randy Dunlap wrote: > On 11/24/20 9:51 PM, Vinod Koul wrote: > > From: Vinod Koul > > Date: Wed, 25 Nov 2020 11:15:22 +0530 > > Subject: [PATCH] soundwire: qcom: Fix build failure when slimbus is module > > > > Commit 5bd773242f75 ("soundwire: qcom: avoid dependency on > > CO

Re: drivers/soundwire/qcom.c:767: undefined reference to `slimbus_bus'

2020-11-25 Thread Randy Dunlap
On 11/24/20 9:51 PM, Vinod Koul wrote: Hi Randy, On 04-11-20, 19:32, Randy Dunlap wrote: On 11/2/20 11:47 AM, kernel test robot wrote: All errors (new ones prefixed by >>): or1k-linux-ld: drivers/soundwire/qcom.o: in function `qcom_swrm_probe': drivers/soundwire/qcom.c:767

Re: drivers/soundwire/qcom.c:767: undefined reference to `slimbus_bus'

2020-11-25 Thread Srinivas Kandagatla
On 25/11/2020 05:51, Vinod Koul wrote: Hi Randy, On 04-11-20, 19:32, Randy Dunlap wrote: On 11/2/20 11:47 AM, kernel test robot wrote: All errors (new ones prefixed by >>): or1k-linux-ld: drivers/soundwire/qcom.o: in function `qcom_swrm_probe': drivers/soundwire/qcom.c:767

Re: drivers/soundwire/qcom.c:767: undefined reference to `slimbus_bus'

2020-11-24 Thread Vinod Koul
Hi Randy, On 04-11-20, 19:32, Randy Dunlap wrote: > On 11/2/20 11:47 AM, kernel test robot wrote: > > All errors (new ones prefixed by >>): > > > >or1k-linux-ld: drivers/soundwire/qcom.o: in function `qcom_swrm_probe': > >>> drivers/soundwire/qco

Re: drivers/soundwire/qcom.c:767: undefined reference to `slimbus_bus'

2020-11-04 Thread Randy Dunlap
following tag as appropriate > Reported-by: kernel test robot > > All errors (new ones prefixed by >>): > >or1k-linux-ld: drivers/soundwire/qcom.o: in function `qcom_swrm_probe': >>> drivers/soundwire/qcom.c:767: undefined reference to `slimbus_bus'

drivers/soundwire/qcom.c:767: undefined reference to `slimbus_bus'

2020-11-02 Thread kernel test robot
nction `qcom_swrm_probe': >> drivers/soundwire/qcom.c:767: undefined reference to `slimbus_bus' >> or1k-linux-ld: drivers/soundwire/qcom.c:771: undefined reference to >> `slimbus_bus' vim +767 drivers/soundwire/qcom.c 02efb49aa805cee Srinivas Kandagatla 2020-01-13 756 02efb