On Tue, 2018-02-27 at 17:32 +0200, Andy Shevchenko wrote:
On Tue, Feb 27, 2018 at 3:30 PM, Johannes Thumshirn<jthumshirn@xxxxxxx>It indeed is, but it won't do any harm and it's not quite clear what the
wrote:
Add the Altera PCI Vendor id to pci_ids.h and remove the private
definitions from xillybus_pcie.c and altera-cvp.c.
#include<linux/pci.h>
+#include<linux/pci_ids.h>
#include<linux/pci.h>Isn't pci.h includes pci_ids.h ?
+#include<linux/pci_ids.h>
general policy (regarding pci_ids.h) is, some drivers include it (even in
the drivers/pci/) some don't.
Bjorn, any guidance from your side?
Byte,
Johannes