mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-09 22:24:04 +08:00
da2e9cf03b
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 |