Skip to content

Commit dd84f7c

Browse files
author
Bartosz Golaszewski
committed
gpio: remove dev-sync-probe
There are no more users. Remove the dev-sync-probe module. Reviewed-by: Linus Walleij <linusw@kernel.org> Link: https://patch.msgid.link/20260327-gpio-kill-dev-sync-probe-v1-4-efac254f1a1d@oss.qualcomm.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
1 parent c3e2a8a commit dd84f7c

4 files changed

Lines changed: 0 additions & 128 deletions

File tree

drivers/gpio/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,6 +2108,3 @@ config GPIO_VIRTUSER
21082108
endmenu
21092109

21102110
endif
2111-
2112-
config DEV_SYNC_PROBE
2113-
tristate

drivers/gpio/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ obj-$(CONFIG_GPIO_GENERIC) += gpio-generic.o
2121
# directly supported by gpio-generic
2222
gpio-generic-$(CONFIG_GPIO_GENERIC) += gpio-mmio.o
2323

24-
# Utilities for drivers that need synchronous fake device creation
25-
obj-$(CONFIG_DEV_SYNC_PROBE) += dev-sync-probe.o
26-
2724
obj-$(CONFIG_GPIO_104_DIO_48E) += gpio-104-dio-48e.o
2825
obj-$(CONFIG_GPIO_104_IDI_48) += gpio-104-idi-48.o
2926
obj-$(CONFIG_GPIO_104_IDIO_16) += gpio-104-idio-16.o

drivers/gpio/dev-sync-probe.c

Lines changed: 0 additions & 97 deletions
This file was deleted.

drivers/gpio/dev-sync-probe.h

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)