]> git.baikalelectronics.ru Git - kernel.git/commit
net: remove the caif_hsi driver
authorChristoph Hellwig <hch@lst.de>
Thu, 1 Jul 2021 08:15:09 +0000 (10:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Jul 2021 20:19:48 +0000 (13:19 -0700)
commita047265a14941fbe8e50e1ef897191a4c1eb5323
treefb2e3545ac5828013a1a9f094383dc19425355f3
parent0ee22cd5abe4bf339c0f0cb1d267f60322f8f6ff
net: remove the caif_hsi driver

The caif_hsi driver relies on a cfhsi_get_ops symbol using symbol_get,
but this symbol is not provided anywhere in the kernel tree.  Remove
this driver given that it is dead code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/caif/Kconfig
drivers/net/caif/Makefile
drivers/net/caif/caif_hsi.c [deleted file]
include/net/caif/caif_hsi.h [deleted file]