Re: [PATCH v5 05/10] pci: make msi/msix shutdown functions static

2015-04-01 Thread Fam Zheng
On Sun, 03/29 17:04, Michael S. Tsirkin wrote: > pci_msi_shutdown and pci_msix_shutdown are now internal to msi.c, drop > them from header and make them static. Reviewed-by: Fam Zheng > > Signed-off-by: Michael S. Tsirkin > --- > include/linux/pci.h | 4 > drivers/pci/msi.c | 4 ++-- >

[PATCH v5 05/10] pci: make msi/msix shutdown functions static

2015-03-29 Thread Michael S. Tsirkin
pci_msi_shutdown and pci_msix_shutdown are now internal to msi.c, drop them from header and make them static. Signed-off-by: Michael S. Tsirkin --- include/linux/pci.h | 4 drivers/pci/msi.c | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/include/linux/pci.h b/inc