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

2022-11-16 Thread Jason Gunthorpe
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 > --- > include/linux/irqdomain.h | 22 +- >

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

2022-11-16 Thread Ashok Raj
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 > --- > include/linux/irqdomain.h | 22 +- >

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

2022-11-11 Thread Thomas Gleixner
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 --- include/linux/irqdomain.h | 22 +- include/linux/irqdomain_defs.h | 26 ++ 2 files changed, 27