mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-24 17:29:05 +00:00
When CONFIG_QED_RDMA isn't defined, we'd hit the following:
/include/linux/qed/qede_rdma.h:84:19:
warning: ‘qede_rdma_dev_add’ used but never defined [enabled by default]
static inline int qede_rdma_dev_add(struct qede_dev *dev);
Fixes:
|
||
|---|---|---|
| .. | ||
| common_hsi.h | ||
| eth_common.h | ||
| fcoe_common.h | ||
| iscsi_common.h | ||
| qed_chain.h | ||
| qed_eth_if.h | ||
| qed_fcoe_if.h | ||
| qed_if.h | ||
| qed_iov_if.h | ||
| qed_iscsi_if.h | ||
| qed_ll2_if.h | ||
| qed_roce_if.h | ||
| qede_rdma.h | ||
| rdma_common.h | ||
| roce_common.h | ||
| storage_common.h | ||
| tcp_common.h | ||