Skip to content

Commit 09a2c73

Browse files
YijingWangbjorn-helgaas
authored andcommitted
PCI: Remove unused PCI_MSIX_FLAGS_BIRMASK definition
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 <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]>
1 parent 43e7aa4 commit 09a2c73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/uapi/linux/pci_regs.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@
319319
#define PCI_MSIX_PBA 8 /* Pending Bit Array offset */
320320
#define PCI_MSIX_PBA_BIR 0x00000007 /* BAR index */
321321
#define PCI_MSIX_PBA_OFFSET 0xfffffff8 /* Offset into specified BAR */
322-
#define PCI_MSIX_FLAGS_BIRMASK (7 << 0) /* deprecated */
323322
#define PCI_CAP_MSIX_SIZEOF 12 /* size of MSIX registers */
324323

325324
/* MSI-X entry's format */

0 commit comments

Comments
 (0)