]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'skfp-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Jun 2019 20:05:42 +0000 (13:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jun 2019 20:05:42 +0000 (13:05 -0700)
commitc8fc28698c35d64b0b179966f1f85e37fc7300d1
treeebfb53dc0bfa63fcd5916295248b8bed06b804f6
parent0d9a4f64424ca82d3951d30a40e99e2008165845
parenta2ab07f21d4cc593c57cc2160ca4357611c0f2c9
Merge branch 'skfp-cleanups'

Puranjay Mohan says:

====================
net: fddi: skfp: Use PCI generic definitions instead of private duplicates

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.

Changes in v5:
Removed unused PCI definitions which were left in v4

Changes in v4:
Removed unused PCI definitions which were left in v3

Changes in v3:
Renamed all local PCI definitions to Generic names.
Corrected coding style mistakes.

Changes in v2:
Converted individual patches to a series.
Made sure that individual patches build correctly
====================

Signed-off-by: David S. Miller <davem@davemloft.net>