Re: drivers/soundwire/bus_type.c:126:30: error: implicit declaration of function 'irq_create_mapping'; did you mean 'irq_dispose_mapping'?

From: Charles Keepax
Date: Mon Oct 02 2023 - 04:58:26 EST


On Fri, Sep 29, 2023 at 09:08:54PM +0800, kernel test robot wrote:
> Hi Lucas,
>
> FYI, the error/warning still remains.
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
> head: 9ed22ae6be817d7a3f5c15ca22cbc9d3963b481d
> commit: 12a95123bfe1dd1a6020a35f5e67a560591bb02a soundwire: bus: Allow SoundWire peripherals to register IRQ handlers
> date: 6 weeks ago
> config: s390-randconfig-r031-20221019 (https://download.01.org/0day-ci/archive/20230929/202309292102.R2ui2IV9-lkp@xxxxxxxxx/config)
> compiler: s390-linux-gcc (GCC) 13.2.0
> reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230929/202309292102.R2ui2IV9-lkp@xxxxxxxxx/reproduce)
>
> If you fix the issue in a separate patch/commit (i.e. not just a new version of
> the same patch/commit), kindly add following tags
> | Reported-by: kernel test robot <lkp@xxxxxxxxx>
> | Closes: https://lore.kernel.org/oe-kbuild-all/202309292102.R2ui2IV9-lkp@xxxxxxxxx/
>
> All error/warnings (new ones prefixed by >>):
>

This is fixed by this commit:

https://lore.kernel.org/lkml/20230920160401.854052-1-ckeepax@xxxxxxxxxxxxxxxxxxxxx/

Thanks,
Charles