PCI: Drop msix_table_offset_reg() and msix_pba_offset_reg() macros
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 17 Apr 2013 23:43:40 +0000 (17:43 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 23 Apr 2013 15:50:30 +0000 (09:50 -0600)
msix_table_offset_reg() is used only once and adds a useless indirection,
so just use the table offset directly.

msix_pba_offset_reg() is unused, so just delete it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found