Re: [PATCH v2 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates

2019-06-20 Thread Stephen Hemminger
On Thu, 20 Jun 2019 23:37:51 +0530 Puranjay Mohan wrote: > This patch series removes the private duplicates of PCI definitions in > favour of generic definitions defined in pci_regs.h. > > This driver only uses one of the generic PCI definitons, i.e. > PCI_REVISION_ID, which is included from pci

[PATCH v2 0/3] net: fddi: skfp: Use PCI generic definitions instead of private duplicates

2019-06-20 Thread Puranjay Mohan
This patch series removes the private duplicates of PCI definitions in favour of generic definitions defined in pci_regs.h. This driver only uses one of the generic PCI definitons, i.e. PCI_REVISION_ID, which is included from pci_regs.h and its private version is removed from skfbi.h with all othe