qed: Remove IP services API.
authorGuillaume Nault <gnault@redhat.com>
Thu, 21 Apr 2022 12:47:26 +0000 (14:47 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 22 Apr 2022 22:15:23 +0000 (15:15 -0700)
commit5e7260712b9a76de19c32f15d667f8f93e573978
tree38270fd1f092da73bcc6ce911d5d1b7a341dff4d
parentc78c5a660439d4d341a03b651541fda3ebe76160
qed: Remove IP services API.

qed_nvmetcp_ip_services.c and its corresponding header file were
introduced in commit 806ee7f81a2b ("qed: Add IP services APIs support")
but there's still no users for any of the functions they declare.
Since these files are effectively unused, let's just drop them.

Found by code inspection. Compile-tested only.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Link: https://lore.kernel.org/r/351ac8c847980e22850eb390553f8cc0e1ccd0ce.1650545051.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/qlogic/qed/Makefile
drivers/net/ethernet/qlogic/qed/qed_nvmetcp_ip_services.c [deleted file]
include/linux/qed/qed_nvmetcp_ip_services_if.h [deleted file]