[PATCH] PCI: make it easier to see that set_msi_affinity() is used
commit8169b5d2384a0acd9ea3bb86bf5988cd7d62d03a
authorGrant Grundler <iod00d@hp.com>
Wed, 4 Jan 2006 02:51:46 +0000 (3 18:51 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Feb 2006 02:00:11 +0000 (31 18:00 -0800)
tree89a2d459bb2f0d9cc854c0708db1b11d81d313d2
parentf8d65713332cf6306889a3036142a17e01e3447e
[PATCH] PCI: make it easier to see that set_msi_affinity() is used

I missed this usage in drivers/pci/msi.h:

#ifdef CONFIG_SMP
#define set_msi_irq_affinity    set_msi_affinity
#else
#define set_msi_irq_affinity    NULL
#endif

set_msi_affinity() is declared and exclusively used in msi.c.
Here's a better way so (hopefully) history doesn't repeat itself.

Signed-off-by: Grant Grundler <iod00d@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/msi.c
drivers/pci/msi.h