commit | ca75bcf0a83b6cc7f53a593d98ec7121c4839b43 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jul 01 10:15:09 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 01 13:19:48 2021 -0700 |
tree | fb2e3545ac5828013a1a9f094383dc19425355f3 | |
parent | 09ef17863f37235fe4e65a7d991e487b9ff6e553 [diff] |
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>