Skip to content

Commit ca75bcf

Browse files
Christoph Hellwigdavem330
authored andcommitted
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 <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 09ef178 commit ca75bcf

File tree

4 files changed

+0
-1666
lines changed

4 files changed

+0
-1666
lines changed

drivers/net/caif/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ config CAIF_TTY
2020
identified as N_CAIF. When this ldisc is opened from user space
2121
it will redirect the TTY's traffic into the CAIF stack.
2222

23-
config CAIF_HSI
24-
tristate "CAIF HSI transport driver"
25-
depends on CAIF
26-
default n
27-
help
28-
The CAIF low level driver for CAIF over HSI.
29-
Be aware that if you enable this then you also need to
30-
enable a low-level HSI driver.
31-
3223
config CAIF_VIRTIO
3324
tristate "CAIF virtio transport driver"
3425
depends on CAIF && HAS_DMA

drivers/net/caif/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@ ccflags-$(CONFIG_CAIF_DEBUG) := -DDEBUG
44
# Serial interface
55
obj-$(CONFIG_CAIF_TTY) += caif_serial.o
66

7-
# HSI interface
8-
obj-$(CONFIG_CAIF_HSI) += caif_hsi.o
9-
107
# Virtio interface
118
obj-$(CONFIG_CAIF_VIRTIO) += caif_virtio.o

0 commit comments

Comments
 (0)