* [GIT PULL] please pull infiniband.git (again)
@ 2006-11-20 21:10 Roland Dreier
0 siblings, 0 replies; only message in thread
From: Roland Dreier @ 2006-11-20 21:10 UTC (permalink / raw)
To: torvalds; +Cc: openib-general, linux-kernel
Linus, please pull from
master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git for-linus
This tree is also available from kernel.org mirrors at:
git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git for-linus
Sorry for the multiple pull requests today, but this came in just
after I prepared my previous pull. This adds one more tiny Kconfig
fix:
Bryan O'Sullivan (1):
IB/ipath: Depend on CONFIG_NET
drivers/infiniband/hw/ipath/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 3f5a6ca31c334011fd929501a078424c0d3f71be
Author: Bryan O'Sullivan <bos@serpentine.com>
Date: Mon Nov 20 10:54:34 2006 -0800
IB/ipath: Depend on CONFIG_NET
ipath uses skb functions and won't build without CONFIG_NET.
Spotted by Randy Dunlap.
Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
diff --git a/drivers/infiniband/hw/ipath/Kconfig b/drivers/infiniband/hw/ipath/Kconfig
index 5ca471a..90c1454 100644
--- a/drivers/infiniband/hw/ipath/Kconfig
+++ b/drivers/infiniband/hw/ipath/Kconfig
@@ -1,6 +1,6 @@
config INFINIBAND_IPATH
tristate "QLogic InfiniPath Driver"
- depends on (PCI_MSI || HT_IRQ) && 64BIT && INFINIBAND
+ depends on (PCI_MSI || HT_IRQ) && 64BIT && INFINIBAND && NET
---help---
This is a driver for QLogic InfiniPath host channel adapters,
including InfiniBand verbs support. This driver allows these
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2006-11-20 21:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-20 21:10 [GIT PULL] please pull infiniband.git (again) Roland Dreier
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.