aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Zickus <[email protected]>2015-05-05 18:36:04 -0400
committerGreg Kroah-Hartman <[email protected]>2015-05-08 15:25:58 +0200
commit98e50b8a5460971aee9bb4ff9786fa158f69cd38 (patch)
treee05e86c6f69b91c65f19c3f0560f468acf4885fd
parent9bfc2c796b65b004940b6470b8e1893d31c4ae37 (diff)
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 <[email protected]> Signed-off-by: Benjamin Romer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/unisys/visorchipset/Kconfig1
1 files changed, 0 insertions, 1 deletions
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.