linux/drivers/cdx
Krzysztof Kozlowski e8b18c1173 cdx: Fix missing GENERIC_MSI_IRQ on compile test
CDX_BUS driver uses msi_setup_device_data() which is selected by
GENERIC_MSI_IRQ, thus compile testing without the latter failed:

  /usr/bin/ld: drivers/cdx/cdx.o: in function `cdx_probe':
  build/drivers/cdx/cdx.c:314: undefined reference to `msi_setup_device_data'

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Closes: https://lore.kernel.org/all/b2c54a12-480c-448a-8b90-333cb03d9c14@infradead.org/
Fixes: 7f81907b7e ("cdx: Enable compile testing")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250716064903.52397-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-07-16 14:17:31 +02:00
..
controller cdx: controller: Drop unneeded driver.pm NULL assignment 2025-07-01 12:18:07 +02:00
cdx.c Merge branches 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings', 'rockchip', 's390', 'core', 'intel/vt-d' and 'amd/amd-vi' into next 2025-03-20 09:11:09 +01:00
cdx.h cdx: add MSI support for CDX bus 2024-03-07 21:52:03 +00:00
cdx_msi.c irqdomain: cdx: Switch to of_fwnode_handle() 2025-04-25 15:53:38 +02:00
Kconfig cdx: Fix missing GENERIC_MSI_IRQ on compile test 2025-07-16 14:17:31 +02:00
Makefile module: Convert default symbol namespace to string literal 2024-12-03 08:22:25 -08:00