diff options
author | Varun Prakash <varun@chelsio.com> | 2016-09-13 18:53:56 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-09-16 03:49:19 +0300 |
commit | 85e42b044e8dda0acb60c645d089f4a19e0136d3 (patch) | |
tree | 53a00ead818733e187b4e67c3c0a66d58c6a40a1 /drivers/infiniband/hw/cxgb4/Kconfig | |
parent | 2679d040412df847d390a3a8f0f224a7c91f7fae (diff) | |
download | linux-85e42b044e8dda0acb60c645d089f4a19e0136d3.tar.xz |
libcxgb,iw_cxgb4,cxgbit: add cxgb_get_4tuple()
Add cxgb_get_4tuple() in libcxgb_cm.c to remove
it's duplicate definitions from cxgb4/cm.c and
cxgbit/cxgbit_cm.c.
Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4/Kconfig')
-rw-r--r-- | drivers/infiniband/hw/cxgb4/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/cxgb4/Kconfig b/drivers/infiniband/hw/cxgb4/Kconfig index 23f38cf2c5cd..afe8b28e0878 100644 --- a/drivers/infiniband/hw/cxgb4/Kconfig +++ b/drivers/infiniband/hw/cxgb4/Kconfig @@ -1,6 +1,7 @@ config INFINIBAND_CXGB4 tristate "Chelsio T4/T5 RDMA Driver" depends on CHELSIO_T4 && INET && (IPV6 || IPV6=n) + select CHELSIO_LIB select GENERIC_ALLOCATOR ---help--- This is an iWARP/RDMA driver for the Chelsio T4 and T5 |