diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-21 21:00:02 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-08-23 08:21:37 +0100 |
commit | eb6603246ab9a3787e9603f0fd6a321b46623e46 (patch) | |
tree | 364f1efe39add1b0e23a78d27154f5300004e731 /include/linux/qed | |
parent | bdf79b128685458fecc42cd8709375d46407dae2 (diff) |
qed/qede: Remove unused declarations
Commit 8cd160a29415 ("qede: convert to new udp_tunnel_nic infra")
removed qede_udp_tunnel_{add,del}() but not the declarations.
Commit 0ebcebbef1cc ("qed: Read device port count from the shmem")
removed qed_device_num_engines() but not its declaration.
Commit 1e128c81290a ("qed: Add support for hardware offloaded FCoE.")
declared but never implemented qed_fcoe_set_pf_params().
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/qed')
-rw-r--r-- | include/linux/qed/qed_fcoe_if.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/qed/qed_fcoe_if.h b/include/linux/qed/qed_fcoe_if.h index 90e3045b2dcb..0d3b6ed21628 100644 --- a/include/linux/qed/qed_fcoe_if.h +++ b/include/linux/qed/qed_fcoe_if.h @@ -67,9 +67,6 @@ struct qed_fcoe_cb_ops { u32 (*get_login_failures)(void *cookie); }; -void qed_fcoe_set_pf_params(struct qed_dev *cdev, - struct qed_fcoe_pf_params *params); - /** * struct qed_fcoe_ops - qed FCoE operations. * @common: common operations pointer |