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

From: David Miller
Date: Wed Jun 26 2019 - 16:06:01 EST


From: Puranjay Mohan <puranjay12@xxxxxxxxx>
Date: Fri, 21 Jun 2019 21:10:34 +0530

> This patch series removes the private duplicates of PCI definitions in
> favour of generic definitions defined in pci_regs.h.
>
> This driver only uses some of the generic PCI definitons,
> which are included from pci_regs.h and thier private versions
> are removed from skfbi.h with all other private defines.
>
> The skfbi.h defines PCI_REV_ID and other private defines with different
> names, these are renamed to Generic PCI names to make them
> compatible with defines in pci_regs.h.
>
> All unused defines are removed from skfbi.h.
...

Series applied, thanks.