Re: [PATCH] drivers: pci: Add prototype declarations of function in appropriate header

2013-12-19 Thread Josh Triplett
On Thu, Dec 19, 2013 at 04:23:12PM +0530, Rashika Kheria wrote: > Add prototype declarations of functions arch_msi_mask_irq() and > arch_msix_mask_irq() to header file include/linux/msi.h. > > This eliminates the following warning in msi.c: > drivers/pci/msi.c:202:12: warning: no previous prototyp

[PATCH] drivers: pci: Add prototype declarations of function in appropriate header

2013-12-19 Thread Rashika Kheria
Add prototype declarations of functions arch_msi_mask_irq() and arch_msix_mask_irq() to header file include/linux/msi.h. This eliminates the following warning in msi.c: drivers/pci/msi.c:202:12: warning: no previous prototype for ‘arch_msi_mask_irq’ [-Wmissing-prototypes] drivers/pci/msi.c:232:12