From: Bjorn Helgaas Date: Wed, 17 Apr 2013 23:38:32 +0000 (-0600) Subject: PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directly X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~143^2^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f84ecd285f40012f804173110c10f2caaa23b7ee;p=pandora-kernel.git PCI: Drop msi_control_reg() macro and use PCI_MSI_FLAGS directly Note the error in pci_msix_table_size() -- we used PCI_MSI_FLAGS to locate the PCI_MSIX_FLAGS word. No actual breakage because PCI_MSI_FLAGS and PCI_MSIX_FLAGS happen to be the same. Signed-off-by: Bjorn Helgaas --- Reading git-diff-tree failed