Re: [PATCH 2/2] sparc: use asm-generic version of msi.h

2018-07-30 Thread David Miller
From: Thomas Petazzoni Date: Tue, 24 Jul 2018 13:53:05 +0200 > This is necessary to be able to include when > CONFIG_GENERIC_MSI_IRQ_DOMAIN is enabled. Without this, a build with > CONFIG_GENERIC_MSI_IRQ_DOMAIN fails with: ... > Signed-off-by: Thomas Petazzoni Applied.

Re: [PATCH 2/2] sparc: use asm-generic version of msi.h

2018-07-30 Thread David Miller
From: Thomas Petazzoni Date: Tue, 24 Jul 2018 13:53:05 +0200 > This is necessary to be able to include when > CONFIG_GENERIC_MSI_IRQ_DOMAIN is enabled. Without this, a build with > CONFIG_GENERIC_MSI_IRQ_DOMAIN fails with: ... > Signed-off-by: Thomas Petazzoni Applied.

[PATCH 2/2] sparc: use asm-generic version of msi.h

2018-07-24 Thread Thomas Petazzoni
This is necessary to be able to include when CONFIG_GENERIC_MSI_IRQ_DOMAIN is enabled. Without this, a build with CONFIG_GENERIC_MSI_IRQ_DOMAIN fails with: In file included from drivers//ata/ahci.c:45:0: >> include/linux/msi.h:226:10: error: unknown type name 'msi_alloc_info_t'; did >> you

[PATCH 2/2] sparc: use asm-generic version of msi.h

2018-07-24 Thread Thomas Petazzoni
This is necessary to be able to include when CONFIG_GENERIC_MSI_IRQ_DOMAIN is enabled. Without this, a build with CONFIG_GENERIC_MSI_IRQ_DOMAIN fails with: In file included from drivers//ata/ahci.c:45:0: >> include/linux/msi.h:226:10: error: unknown type name 'msi_alloc_info_t'; did >> you