From 1fe39350b36767cc60ae58c2b2ea5fa29d484be0 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 26 Mar 2019 21:24:39 +0100 Subject: input: cypress touchkey: remove unused firmware loading code The firmware loading code is not used by any of the devices currently supported by Replicant. Some of the files (issp_*) that are involved in the firmware loading have unclear licensing statements. Removing the problematic files and adapting the code to compile without them is easier and faster than getting legal advise to understand if the files are under a free software license or not. Signed-off-by: Denis 'GNUtoo' Carikli --- drivers/input/keyboard/cypress/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/input/keyboard/cypress/Makefile') diff --git a/drivers/input/keyboard/cypress/Makefile b/drivers/input/keyboard/cypress/Makefile index dd0d5b66ea6..51454c37720 100644 --- a/drivers/input/keyboard/cypress/Makefile +++ b/drivers/input/keyboard/cypress/Makefile @@ -2,4 +2,4 @@ # Makefile for the Cypress touchkey driver # -obj-$(CONFIG_KEYBOARD_CYPRESS_TOUCH) += cypress-touchkey.o issp_driver_routines.o issp_main.o issp_routines.o \ No newline at end of file +obj-$(CONFIG_KEYBOARD_CYPRESS_TOUCH) += cypress-touchkey.o -- cgit v1.2.3