From: Randy Dunlap <randy.dunlap@oracle.com>
To: lkml <linux-kernel@vger.kernel.org>
Cc: rolandd@cisco.com, support@pathscale.com, akpm <akpm@osdl.org>
Subject: [PATCH -mm] ipath needs HT_IRQ
Date: Fri, 17 Nov 2006 21:51:34 -0800 [thread overview]
Message-ID: <20061117215134.0399c2c6.randy.dunlap@oracle.com> (raw)
From: Randy Dunlap <randy.dunlap@oracle.com>
IPATH needs HT_IRQ to prevent these build errors:
drivers/built-in.o: In function `ipath_ht_free_irq':
ipath_iba6110.c:(.text+0x15c76b): undefined reference to `ht_destroy_irq'
drivers/built-in.o: In function `ipath_setup_ht_config':
ipath_iba6110.c:(.text+0x15cbb1): undefined reference to `__ht_create_irq'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
drivers/infiniband/hw/ipath/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2619-rc5mm2.orig/drivers/infiniband/hw/ipath/Kconfig
+++ linux-2619-rc5mm2/drivers/infiniband/hw/ipath/Kconfig
@@ -1,6 +1,6 @@
config INFINIBAND_IPATH
tristate "QLogic InfiniPath Driver"
- depends on PCI_MSI && 64BIT && INFINIBAND
+ depends on PCI_MSI && 64BIT && INFINIBAND && HT_IRQ
---help---
This is a driver for QLogic InfiniPath host channel adapters,
including InfiniBand verbs support. This driver allows these
---
next reply other threads:[~2006-11-18 5:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-18 5:51 Randy Dunlap [this message]
2006-11-19 4:46 ` Bryan O'Sullivan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061117215134.0399c2c6.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rolandd@cisco.com \
--cc=support@pathscale.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome