Skip to content

Commit 2ecf948

Browse files
masneybdtor
authored andcommitted
Input: remove msm-vibrator driver
The address referenced by this driver is within the Qualcomm Clock namespace so let's drop the msm-vibrator bindings so that a more generic solution can be used instead. No one is currently using driver so this won't affect any users. Signed-off-by: Brian Masney <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent d364436 commit 2ecf948

File tree

3 files changed

+0
-292
lines changed

3 files changed

+0
-292
lines changed

drivers/input/misc/Kconfig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,6 @@ config INPUT_E3X0_BUTTON
117117
To compile this driver as a module, choose M here: the
118118
module will be called e3x0_button.
119119

120-
config INPUT_MSM_VIBRATOR
121-
tristate "Qualcomm MSM vibrator driver"
122-
select INPUT_FF_MEMLESS
123-
help
124-
Support for the vibrator that is found on various Qualcomm MSM
125-
SOCs.
126-
127-
To compile this driver as a module, choose M here: the module
128-
will be called msm_vibrator.
129-
130120
config INPUT_PCSPKR
131121
tristate "PC Speaker support"
132122
depends on PCSPKR_PLATFORM

drivers/input/misc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ obj-$(CONFIG_INPUT_MAX8925_ONKEY) += max8925_onkey.o
4949
obj-$(CONFIG_INPUT_MAX8997_HAPTIC) += max8997_haptic.o
5050
obj-$(CONFIG_INPUT_MC13783_PWRBUTTON) += mc13783-pwrbutton.o
5151
obj-$(CONFIG_INPUT_MMA8450) += mma8450.o
52-
obj-$(CONFIG_INPUT_MSM_VIBRATOR) += msm-vibrator.o
5352
obj-$(CONFIG_INPUT_PALMAS_PWRBUTTON) += palmas-pwrbutton.o
5453
obj-$(CONFIG_INPUT_PCAP) += pcap_keys.o
5554
obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o

drivers/input/misc/msm-vibrator.c

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

0 commit comments

Comments
 (0)