Re: [PATCH V6 07/13] PCI: Provide common functions for ECAM mapping

From: Arnd Bergmann
Date: Fri Apr 15 2016 - 14:42:26 EST


On Friday 15 April 2016 19:06:42 Tomasz Nowicki wrote:
> diff --git a/drivers/pci/ecam.h b/drivers/pci/ecam.h
> new file mode 100644
> index 0000000..34c0aba
> --- /dev/null
> +++ b/drivers/pci/ecam.h
>

You are including this file from device drivers and potentially from ACPI
code, so I think this needs to go into include/linux/pci*.h

Arnd