PCI: Rename PCIe capability definitions to follow convention
authorBjorn Helgaas <bhelgaas@google.com>
Tue, 27 Aug 2013 17:11:10 +0000 (11:11 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 27 Aug 2013 18:50:13 +0000 (12:50 -0600)
All other PCIe capability register fields include "PCI_EXP" + <reg-name> +
<field-name>.  This renames PCI_EXP_OBFF_MASK, PCI_EXP_IDO_REQ_EN,
PCI_EXP_LTR_EN, and related fields using the same convention.
No functional change.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Samuel Ortiz <sameo@linux.intel.com> # for MFD driver

No differences found