]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36802b4d18e642150297868e61e297ccda4bc458
tree38270fd1f092da73bcc6ce911d5d1b7a341dff4d
parent5dc21dec95a8a6aabc1d8fe5ae75792863da33f0
qed: Remove IP services API.

qed_nvmetcp_ip_services.c and its corresponding header file were
introduced in commit 886a7ecd0086 ("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]