IB/qib: Fix undefined symbol error when CONFIG_PCI_MSI=n
authorRalph Campbell <ralph.campbell@qlogic.com>
Tue, 25 May 2010 19:22:33 +0000 (12:22 -0700)
committerRoland Dreier <rolandd@cisco.com>
Wed, 26 May 2010 04:09:43 +0000 (21:09 -0700)
commit7e3a1f4ab1a550dd6cf62a23aabedbad0d23e2d7
tree4d7c48e324527b363656738045d56eb395e96f2e
parentec96e2fe954c23a54bfdf2673437a39e193a1822
IB/qib: Fix undefined symbol error when CONFIG_PCI_MSI=n

This patch fixes a compile error saying qib_init_iba6120_funcs() is
undefined when CONFIG_PCI_MSI is not defined.  Thanks to Randy Dunlap
<randy.dunlap@oracle.com> for finding this and suggesting the fix.

Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/qib/qib_iba6120.c
drivers/infiniband/hw/qib/qib_init.c