diff options
author | Ralph Campbell <ralph.campbell@qlogic.com> | 2010-05-06 20:03:19 -0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2010-05-24 01:14:25 -0400 |
commit | f6d60848baf9f4015c76c665791875ed623cd5b7 (patch) | |
tree | 7079f308086c79f535550be9bfa3c86accdf5557 /drivers/infiniband/hw/ipath/Makefile | |
parent | f931551bafe1f10ded7f5282e2aa162c267a2e5d (diff) |
IB/ipath: Remove support for QLogic PCIe QLE devices
The ib_qib driver is taking over support for QLogic PCIe QLE devices,
so remove support for them from ib_ipath. The ib_ipath driver now
supports only the obsolete QLogic Hyper-Transport IB host channel
adapter (model QHT7140).
Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/ipath/Makefile')
-rw-r--r-- | drivers/infiniband/hw/ipath/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/infiniband/hw/ipath/Makefile b/drivers/infiniband/hw/ipath/Makefile index bf9450061986..fa3df82681df 100644 --- a/drivers/infiniband/hw/ipath/Makefile +++ b/drivers/infiniband/hw/ipath/Makefile | |||
@@ -29,13 +29,9 @@ ib_ipath-y := \ | |||
29 | ipath_user_pages.o \ | 29 | ipath_user_pages.o \ |
30 | ipath_user_sdma.o \ | 30 | ipath_user_sdma.o \ |
31 | ipath_verbs_mcast.o \ | 31 | ipath_verbs_mcast.o \ |
32 | ipath_verbs.o \ | 32 | ipath_verbs.o |
33 | ipath_iba7220.o \ | ||
34 | ipath_sd7220.o \ | ||
35 | ipath_sd7220_img.o | ||
36 | 33 | ||
37 | ib_ipath-$(CONFIG_HT_IRQ) += ipath_iba6110.o | 34 | ib_ipath-$(CONFIG_HT_IRQ) += ipath_iba6110.o |
38 | ib_ipath-$(CONFIG_PCI_MSI) += ipath_iba6120.o | ||
39 | 35 | ||
40 | ib_ipath-$(CONFIG_X86_64) += ipath_wc_x86_64.o | 36 | ib_ipath-$(CONFIG_X86_64) += ipath_wc_x86_64.o |
41 | ib_ipath-$(CONFIG_PPC64) += ipath_wc_ppc64.o | 37 | ib_ipath-$(CONFIG_PPC64) += ipath_wc_ppc64.o |