]> Pileus Git - ~andy/linux/commitdiff
PCI: Remove unused PCI_MSIX_FLAGS_BIRMASK definition
authorYijing Wang <wangyijing@huawei.com>
Thu, 12 Sep 2013 08:20:00 +0000 (16:20 +0800)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 27 Sep 2013 19:36:32 +0000 (13:36 -0600)
PCI_MSIX_FLAGS_BIRMASK has been replaced by PCI_MSIX_TABLE_BIR for better
readability.  Now no one uses it, remove it.  No functional change.

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
include/uapi/linux/pci_regs.h

index baa7852468ef6eced239446f81b7b88b765e083e..f0509148111d35ff1a844f78a1090f12194a38a0 100644 (file)
 #define PCI_MSIX_PBA           8       /* Pending Bit Array offset */
 #define  PCI_MSIX_PBA_BIR      0x00000007 /* BAR index */
 #define  PCI_MSIX_PBA_OFFSET   0xfffffff8 /* Offset into specified BAR */
-#define  PCI_MSIX_FLAGS_BIRMASK        (7 << 0)   /* deprecated */
 #define PCI_CAP_MSIX_SIZEOF    12      /* size of MSIX registers */
 
 /* MSI-X entry's format */