genirq/irqdomain: Move bus token enum into a seperate header
authorThomas Gleixner <tglx@linutronix.de>
Fri, 11 Nov 2022 13:54:32 +0000 (14:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 17 Nov 2022 14:15:19 +0000 (15:15 +0100)
commitaeef20527c87fed37c6f159d9eafd063a099f6ed
treea0d0bb764c5999e8c65e07f5d3986fb289158fe4
parent057c97a1cd665ebb38841418adcd35f57b33cc21
genirq/irqdomain: Move bus token enum into a seperate header

Split the bus token defines out into a seperate header file to avoid
inclusion of irqdomain.h in msi.h.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Ashok Raj <ashok.raj@intel.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20221111122014.237221143@linutronix.de
include/linux/irqdomain.h
include/linux/irqdomain_defs.h [new file with mode: 0644]