From: Roland Dreier Date: Tue, 22 Apr 2008 01:19:14 +0000 (-0700) Subject: IB/ipath: Remove dependency on PCI_MSI || HT_IRQ X-Git-Tag: v2.6.26-rc1~1110^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=480f58e6143135680fc1e61ea2dedc72cf3d1f95;p=pandora-kernel.git IB/ipath: Remove dependency on PCI_MSI || HT_IRQ Before IBA7220 support was added, the ipath driver didn't support any hardware unless PCI_MSI and/or HT_IRQ was enabled. However, the IBA7220 can generate INTx interrupts, so it makes sense to allow the driver to be build even if PCI_MSI=n and HT_IRQ=n. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed