diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-01-18 20:16:16 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-01-18 20:39:48 +0100 |
commit | 0de45027257bbae71a78240af4903d08447a669c (patch) | |
tree | 7a889e49040f4192152e81ea3578d6667fd3959c /drivers/input/serio/Makefile | |
parent | Input: inline macros for MODULE_LICENSE, etc (diff) | |
download | linux-0de45027257bbae71a78240af4903d08447a669c.tar.xz linux-0de45027257bbae71a78240af4903d08447a669c.zip |
Input: remove at32psif
Since AVR32 arch is gone, at32psif driver is useless.
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/serio/Makefile')
-rw-r--r-- | drivers/input/serio/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/serio/Makefile b/drivers/input/serio/Makefile index a3ca07621542..67950a5ccb3f 100644 --- a/drivers/input/serio/Makefile +++ b/drivers/input/serio/Makefile @@ -13,7 +13,6 @@ obj-$(CONFIG_SERIO_CT82C710) += ct82c710.o obj-$(CONFIG_SERIO_RPCKBD) += rpckbd.o obj-$(CONFIG_SERIO_SA1111) += sa1111ps2.o obj-$(CONFIG_SERIO_AMBAKMI) += ambakmi.o -obj-$(CONFIG_SERIO_AT32PSIF) += at32psif.o obj-$(CONFIG_SERIO_Q40KBD) += q40kbd.o obj-$(CONFIG_SERIO_GSCPS2) += gscps2.o obj-$(CONFIG_HP_SDC) += hp_sdc.o |