irqchip/mvebu-odmi: Select GENERIC_MSI_IRQ_DOMAIN
Arnd Bergmann authored
[ Upstream commit fa23b9d1 ]

This driver uses the MSI domain but has no strict dependency on PCI_MSI, so we
may run into a build failure when CONFIG_GENERIC_MSI_IRQ_DOMAIN is disabled:

drivers/irqchip/irq-mvebu-odmi.c:152:15: error: variable 'odmi_msi_ops' has initializer but incomplete type
 static struct msi_domain_ops odmi_msi_ops = {
               ^~~~~~~~~~~~~~
drivers/irqchip/irq-mvebu-odmi.c:155:15: error: variable 'odmi_msi_domain_info' has initializer but incomplete type
 static struct msi_domain_info odmi_msi_domain_info = {
               ^~~~~~~~~~~~~~~
drivers/irqchip/irq-mvebu-odmi.c:156:3: error: 'struct msi_domain_info' has no member named 'flags'
  .flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS),
   ^~~~~
drivers/irqchip/irq-mvebu-odmi.c:156:12: error: 'MSI_FLAG_USE_DEF_DOM_OPS' undeclared here (not in a function)
  .flags = (MSI_FLAG_USE_DEF_DOM_OPS | MSI_FLAG_USE_DEF_CHIP_OPS),
        ...
889163d7
Name Last commit Last update
..
Kconfig irqchip/mvebu-odmi: Select GENERIC_MSI_IRQ_DOMAIN
Makefile Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
alphascale_asm9260-icoll.h irqchip/mxs: Add Alphascale ASM9260 support
exynos-combiner.c irqchip/exynos-combiner: Fix usage of __raw IO
irq-alpine-msi.c irqchip/alpine-msi: Don't use <asm-generic/msi.h>
irq-armada-370-xp.c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
irq-aspeed-vic.c irqchip/aspeed-vic: Add irq controller for Aspeed
irq-ath79-cpu.c irqchip/ath79-cpu: Move the CPU IRQ driver from arch/mips/ath79/
irq-ath79-misc.c irqchip/ath79-misc: Move the MISC driver from arch/mips/ath79/
irq-atmel-aic-common.c irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()
irq-atmel-aic-common.h irqchip/atmel-aic: Change return type of aic_common_set_priority()
irq-atmel-aic.c irqchip/atmel-aic: Fix potential deadlock in ->xlate()
irq-atmel-aic5.c irqchip/atmel-aic: Fix potential deadlock in ->xlate()
irq-bcm2835.c irqchip: bcm2835: Avoid arch/arm-specific handle_IRQ
irq-bcm2836.c Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
irq-bcm6345-l1.c treewide: remove redundant #include <linux/kconfig.h>
irq-bcm7038-l1.c irqchip/bcm7038-l1: Implement irq_cpu_offline() callback
irq-bcm7120-l2.c treewide: remove redundant #include <linux/kconfig.h>
irq-brcmstb-l2.c treewide: remove redundant #include <linux/kconfig.h>
irq-clps711x.c irqchip: clps711x: Changing the compatibility string to match with the smallest supported chip
irq-crossbar.c irqchip/crossbar: Fix incorrect type of register size
irq-digicolor.c irqchip: Prepare for local stub header removal
irq-dw-apb-ictl.c genirq: Remove irq argument from irq flow handlers
irq-eznps.c irqchip/eznps: Drop pointless static qualifier in nps400_of_init()
irq-gic-common.c irqchip/gic: Prepare for adding platform driver
irq-gic-common.h
irq-gic-pm.c
irq-gic-realview.c
irq-gic-v2m.c
irq-gic-v3-its-pci-msi.c
irq-gic-v3-its-platform-msi.c
irq-gic-v3-its.c
irq-gic-v3.c
irq-gic.c
irq-hip04.c
irq-i8259.c
irq-imgpdc.c
irq-imx-gpcv2.c
irq-ingenic.c
irq-jcore-aic.c
irq-keystone.c
irq-lpc32xx.c
irq-ls-scfg-msi.c
irq-mbigen.c
irq-metag-ext.c
irq-metag.c
irq-mips-cpu.c
irq-mips-gic.c
irq-mmp.c
irq-moxart.c
irq-mtk-sysirq.c
irq-mvebu-odmi.c
irq-mvebu-pic.c
irq-mxs.c
irq-nvic.c
irq-omap-intc.c
irq-or1k-pic.c
irq-orion.c
irq-partition-percpu.c
irq-pic32-evic.c
irq-renesas-h8300h.c
irq-renesas-h8s.c
irq-renesas-intc-irqpin.c
irq-renesas-irqc.c
irq-s3c24xx.c
irq-sa11x0.c
irq-sirfsoc.c
irq-st.c
irq-stm32-exti.c
irq-sun4i.c
irq-sunxi-nmi.c
irq-tango.c
irq-tb10x.c
irq-tegra.c
irq-ts4800.c
irq-versatile-fpga.c
irq-vf610-mscm-ir.c
irq-vic.c
irq-vt8500.c
irq-xtensa-mx.c
irq-xtensa-pic.c
irq-zevio.c
irqchip.c
spear-shirq.c