[PATCH] ahci: compile out msi/msix infrastructure
Arnd Bergmann
arnd at arndb.de
Fri Dec 4 13:46:19 PST 2015
On Friday 04 December 2015 11:58:30 Dan Williams wrote:
> Quoting Arnd:
> The AHCI driver is used for some on-chip devices that do not use PCI
> for probing, and it can be built even when CONFIG_PCI is disabled, but
> that now results in a build failure:
>
> ata/libahci.c: In function 'ahci_host_activate_multi_irqs':
> ata/libahci.c:2475:4: error: invalid use of undefined type 'struct msix_entry'
> ata/libahci.c:2475:21: error: dereferencing pointer to incomplete type 'struct msix_entry'
>
> Add ifdef CONFIG_PCI_MSI infrastructure to compile out the mutli-msi and
> multi-msix code.
>
> Reported-by: Arnd Bergmann <arnd at arndb.de>
> Reported-by: Paul Gortmaker <paul.gortmaker at windriver.com>
> Fixes: d684a90d38e2 ("ahci: per-port msix support")
> Signed-off-by: Dan Williams <dan.j.williams at intel.com>
Thanks a lot, looks good. I've verified that this fixes the build on the
configuration that failed earlier.
Tested-by: Arnd Bergmann <arnd at arndb.de>
More information about the linux-arm-kernel
mailing list