diff options
author | Dean Luick <dean.luick@intel.com> | 2016-07-02 01:01:50 +0200 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-08-02 21:47:42 +0200 |
commit | e014991d0735ce4ca7473f9430ce71847fdc7e2f (patch) | |
tree | c78fcd3965c9c9efed7294def7ca9e0093849eeb /drivers/infiniband/hw/hfi1/Makefile | |
parent | IB/hfi1: Use built-in i2c bit-shift bus adapter (diff) | |
download | linux-e014991d0735ce4ca7473f9430ce71847fdc7e2f.tar.xz linux-e014991d0735ce4ca7473f9430ce71847fdc7e2f.zip |
IB/hfi1: Remove TWSI references
Remove the TWSI code. The driver now uses the kernel's built-in
i2c bit bus module.
Cc: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Easwar Hariharan <easwar.hariharan@intel.com>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Dean Luick <dean.luick@intel.com>
Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hfi1/Makefile')
-rw-r--r-- | drivers/infiniband/hw/hfi1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/hfi1/Makefile b/drivers/infiniband/hw/hfi1/Makefile index 9b5382c94b0c..0cf97a09b64b 100644 --- a/drivers/infiniband/hw/hfi1/Makefile +++ b/drivers/infiniband/hw/hfi1/Makefile @@ -10,7 +10,7 @@ obj-$(CONFIG_INFINIBAND_HFI1) += hfi1.o hfi1-y := affinity.o chip.o device.o driver.o efivar.o \ eprom.o file_ops.o firmware.o \ init.o intr.o mad.o mmu_rb.o pcie.o pio.o pio_copy.o platform.o \ - qp.o qsfp.o rc.o ruc.o sdma.o sysfs.o trace.o twsi.o \ + qp.o qsfp.o rc.o ruc.o sdma.o sysfs.o trace.o \ uc.o ud.o user_exp_rcv.o user_pages.o user_sdma.o verbs.o \ verbs_txreq.o hfi1-$(CONFIG_DEBUG_FS) += debugfs.o |