From: Don Zickus Date: Tue, 5 May 2015 22:36:04 +0000 (-0400) Subject: staging: unisys: Remove unused driver X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=98e50b8a5460971aee9bb4ff9786fa158f69cd38;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git staging: unisys: Remove unused driver The visorchannel feature is rolled into visorbus now and its headers are public under visorbus.h. Remove the unused driver, the old header file and all the ccflag includes in the Makefile. Also remove VISORCHANNEL from all Kconfigs as it is not needed. Signed-off-by: Don Zickus Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/visorchipset/Kconfig b/drivers/staging/unisys/visorchipset/Kconfig index 2030592d2023..01d9a9a0e904 100644 --- a/drivers/staging/unisys/visorchipset/Kconfig +++ b/drivers/staging/unisys/visorchipset/Kconfig @@ -5,7 +5,6 @@ config UNISYS_VISORCHIPSET tristate "Unisys visorchipset driver" select UNISYS_VISORUTIL - select UNISYS_VISORCHANNEL select UNISYS_VISORBUS ---help--- If you say Y here, you will enable the Unisys visorchipset driver.