diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 17:24:55 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:59 +0200 |
commit | c957ea5c797cfccffeee92e0af8e0e99212dd755 (patch) | |
tree | c65e428a9858421f84a9ae01c53a00a95eb7c159 /drivers/input/misc/Makefile | |
parent | 01b7649598c6ad36d07b037ecf6548f6c7fdd083 (diff) | |
download | blackbird-op-linux-c957ea5c797cfccffeee92e0af8e0e99212dd755.tar.gz blackbird-op-linux-c957ea5c797cfccffeee92e0af8e0e99212dd755.zip |
input: misc: remove blackfin rotary driver
The blackfin architecture is getting removed, so this
one is obsolete as well.
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Acked-by: Aaron Wu <aaron.wu@analog.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/input/misc/Makefile')
-rw-r--r-- | drivers/input/misc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile index a8f61af865aa..eb9c6c3ec530 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile @@ -19,7 +19,6 @@ obj-$(CONFIG_INPUT_ARIZONA_HAPTICS) += arizona-haptics.o obj-$(CONFIG_INPUT_ATI_REMOTE2) += ati_remote2.o obj-$(CONFIG_INPUT_ATLAS_BTNS) += atlas_btns.o obj-$(CONFIG_INPUT_ATMEL_CAPTOUCH) += atmel_captouch.o -obj-$(CONFIG_INPUT_BFIN_ROTARY) += bfin_rotary.o obj-$(CONFIG_INPUT_BMA150) += bma150.o obj-$(CONFIG_INPUT_CM109) += cm109.o obj-$(CONFIG_INPUT_CMA3000) += cma3000_d0x.o |