Skip to content

Commit 4ea8391

Browse files
linuswdtor
authored andcommitted
Input: delete unused GP2AP002A00F driver
There is now an IIO driver for GP2AP002A00F and GP2AP002S00F in drivers/iio/light/gp2ap002.c. Delete this driver, it is unused in the kernel tree and new users can make use of the IIO driver. Signed-off-by: Linus Walleij <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 81b4d1d commit 4ea8391

File tree

4 files changed

+0
-316
lines changed

4 files changed

+0
-316
lines changed

drivers/input/misc/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -265,17 +265,6 @@ config INPUT_APANEL
265265
To compile this driver as a module, choose M here: the module will
266266
be called apanel.
267267

268-
config INPUT_GP2A
269-
tristate "Sharp GP2AP002A00F I2C Proximity/Opto sensor driver"
270-
depends on I2C
271-
depends on GPIOLIB || COMPILE_TEST
272-
help
273-
Say Y here if you have a Sharp GP2AP002A00F proximity/als combo-chip
274-
hooked to an I2C bus.
275-
276-
To compile this driver as a module, choose M here: the
277-
module will be called gp2ap002a00f.
278-
279268
config INPUT_GPIO_BEEPER
280269
tristate "Generic GPIO Beeper support"
281270
depends on GPIOLIB || COMPILE_TEST

drivers/input/misc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ obj-$(CONFIG_INPUT_E3X0_BUTTON) += e3x0-button.o
3333
obj-$(CONFIG_INPUT_DRV260X_HAPTICS) += drv260x.o
3434
obj-$(CONFIG_INPUT_DRV2665_HAPTICS) += drv2665.o
3535
obj-$(CONFIG_INPUT_DRV2667_HAPTICS) += drv2667.o
36-
obj-$(CONFIG_INPUT_GP2A) += gp2ap002a00f.o
3736
obj-$(CONFIG_INPUT_GPIO_BEEPER) += gpio-beeper.o
3837
obj-$(CONFIG_INPUT_GPIO_DECODER) += gpio_decoder.o
3938
obj-$(CONFIG_INPUT_GPIO_VIBRA) += gpio-vibra.o

drivers/input/misc/gp2ap002a00f.c

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

include/linux/input/gp2ap002a00f.h

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

0 commit comments

Comments
 (0)