staging: rdma: hfi1: Remove hfi1_nomsix() wrapper function
commit6e5b6131806d9fd05685ac6fddc297d91ea3b0ae
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>
Sun, 1 Nov 2015 10:44:32 +0000 (1 16:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (15 20:02 -0800)
tree280287a2b69037cf480e346c65aa5b480e5b05ce
parent99d19626b3b3c6e4f6c134359e7c690320776fd9
staging: rdma: hfi1: Remove hfi1_nomsix() wrapper function

This patch removes hfi1_nomsix() wrapper function that is used to wrap
pci_disable_msix() and so substituted the wrapper function by a direct
call to pci_disable_msix().

Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rdma/hfi1/chip.c
drivers/staging/rdma/hfi1/hfi.h
drivers/staging/rdma/hfi1/pcie.c