From: J. German Rivera Date: Wed, 6 Jan 2016 22:03:19 +0000 (-0600) Subject: irqdomain: Added domain bus token DOMAIN_BUS_FSL_MC_MSI X-Git-Tag: v4.6-rc1~103^2~1098 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b1b282ccd8195e3264dbb3cd15b9d60b6345230;p=platform%2Fkernel%2Flinux-exynos.git irqdomain: Added domain bus token DOMAIN_BUS_FSL_MC_MSI Since an FSL-MC bus is a new bus type that is neither PCI nor PLATFORM, we need a new domain bus token to disambiguate the IRQ domain for FSL-MC MSIs. Signed-off-by: J. German Rivera Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index 04579d9..0934d06 100644 --- a/include/linux/irqdomain.h +++ b/include/linux/irqdomain.h @@ -74,6 +74,7 @@ enum irq_domain_bus_token { DOMAIN_BUS_PCI_MSI, DOMAIN_BUS_PLATFORM_MSI, DOMAIN_BUS_NEXUS, + DOMAIN_BUS_FSL_MC_MSI, }; /**