Skip to content

Commit

Permalink
qed: Remove IP services API.
Browse files Browse the repository at this point in the history
qed_nvmetcp_ip_services.c and its corresponding header file were
introduced in commit 806ee7f ("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>
  • Loading branch information
Guillaume Nault authored and Jakub Kicinski committed Apr 22, 2022
1 parent c78c5a6 commit 5e72607
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 269 deletions.
3 changes: 1 addition & 2 deletions drivers/net/ethernet/qlogic/qed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ qed-$(CONFIG_QED_OOO) += qed_ooo.o

qed-$(CONFIG_QED_NVMETCP) += \
qed_nvmetcp.o \
qed_nvmetcp_fw_funcs.o \
qed_nvmetcp_ip_services.o
qed_nvmetcp_fw_funcs.o

qed-$(CONFIG_QED_RDMA) += \
qed_iwarp.o \
Expand Down
238 changes: 0 additions & 238 deletions drivers/net/ethernet/qlogic/qed/qed_nvmetcp_ip_services.c

This file was deleted.

29 changes: 0 additions & 29 deletions include/linux/qed/qed_nvmetcp_ip_services_if.h

This file was deleted.

0 comments on commit 5e72607

Please sign in to comment.