From 0de45027257bbae71a78240af4903d08447a669c Mon Sep 17 00:00:00 2001 From: Corentin Labbe Date: Thu, 18 Jan 2018 11:16:16 -0800 Subject: Input: remove at32psif Since AVR32 arch is gone, at32psif driver is useless. Signed-off-by: Corentin Labbe Signed-off-by: Dmitry Torokhov --- drivers/input/serio/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/input/serio/Makefile') 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 -- cgit v1.2.3-59-g8ed1b