[Linux-kernel-mentees] [PATCH v2 0/3] net: ethernet: atheros: atlx: Use PCI generic definitions instead of private duplicates

Puranjay Mohan puranjay12 at gmail.com
Sat Jun 22 08:59:38 UTC 2019


This patch series removes the private duplicates of PCI definitions in
favour of generic definitions defined in pci_regs.h.

Changes in v2:
Removed local PCI definitions of PCI_COMMAND_IO, PCI_COMMAND_MASTER,
etc. which were left in v1.

Puranjay Mohan (3):
  net: ethernet: atheros: atlx: Rename local PCI defines to generic
    names
  net: ethernet: atheros: atlx: Include generic PCI definitions
  net: ethernet: atheros: atlx: Remove unused and private PCI
    definitions

 drivers/net/ethernet/atheros/atlx/atl2.c | 11 ++++++-----
 drivers/net/ethernet/atheros/atlx/atl2.h |  7 -------
 drivers/net/ethernet/atheros/atlx/atlx.h |  5 -----
 3 files changed, 6 insertions(+), 17 deletions(-)

-- 
2.21.0



More information about the Linux-kernel-mentees mailing list