Skip to content

Commit

Permalink
PCI: Remove unused PCI_MSIX_FLAGS_BIRMASK definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
YijingWang authored and bjorn-helgaas committed Sep 27, 2013
1 parent 43e7aa4 commit 09a2c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/uapi/linux/pci_regs.h
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@
#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 */
Expand Down

0 comments on commit 09a2c73

Please sign in to comment.