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