Re: [patch V2 03/23] genirq/msi: Guard sysfs code

2021-12-06 Thread Greg Kroah-Hartman
On Mon, Dec 06, 2021 at 11:27:28PM +0100, Thomas Gleixner wrote: > No point in building unused code when CONFIG_SYSFS=n. > > Signed-off-by: Thomas Gleixner > Tested-by: Juergen Gross > Reviewed-by: Jason Gunthorpe Reviewed-by: Greg Kroah-Hartman

[patch V2 03/23] genirq/msi: Guard sysfs code

2021-12-06 Thread Thomas Gleixner
No point in building unused code when CONFIG_SYSFS=n. Signed-off-by: Thomas Gleixner Tested-by: Juergen Gross Reviewed-by: Jason Gunthorpe --- include/linux/msi.h | 10 ++ kernel/irq/msi.c|2 ++ 2 files changed, 12 insertions(+) --- a/include/linux/msi.h +++ b/include/linux/