Re: [patch 11/39] genirq/irqdomain: Move bus token enum into a seperate header

From: Jason Gunthorpe
Date: Wed Nov 16 2022 - 12:48:34 EST


On Fri, Nov 11, 2022 at 02:54:32PM +0100, Thomas Gleixner wrote:
> 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@xxxxxxxxxxxxx>
> ---
> include/linux/irqdomain.h | 22 +---------------------
> include/linux/irqdomain_defs.h | 26 ++++++++++++++++++++++++++
> 2 files changed, 27 insertions(+), 21 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason