Re: [PATCH 1/2] PCI: add vendor id for Altera

From: Bjorn Helgaas
Date: Tue Feb 27 2018 - 12:39:37 EST


On Tue, Feb 27, 2018 at 04:42:07PM +0100, Johannes Thumshirn wrote:
> 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>
> > 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>
> > > +#include <linux/pci_ids.h>
> >
> > Isn't pci.h includes pci_ids.h ?
>
> It indeed is, but it won't do any harm and it's not quite clear what the
> 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?

I don't think it's necessary to add the include.

Please cc: linux-pci@xxxxxxxxxxxxxxx in addition, since that feeds the
patchwork I work from.