From: Grant Grundler Date: Wed, 4 Jan 2006 02:51:46 +0000 (-0800) Subject: [PATCH] PCI: make it easier to see that set_msi_affinity() is used X-Git-Tag: v2.6.16-rc2~176^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8169b5d2384a0acd9ea3bb86bf5988cd7d62d03a;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed