From 0d09f1a54d9710548c9af72dc1564c8291a5307c Mon Sep 17 00:00:00 2001 From: Ira Snyder Date: Sat, 2 May 2015 10:05:59 -0700 Subject: misc: remove drivers for CARMA hardware The CARMA project has ended, and the hardware has all been moved into storage. It is unlikely to ever be used again. Remove the drivers so that there is no more maintenance burden from ongoing upstream kernel changes. Signed-off-by: Ira W. Snyder Signed-off-by: Greg Kroah-Hartman --- drivers/misc/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/misc/Makefile') diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 7d5c4cd118c4..d056fb7186fe 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -44,7 +44,6 @@ obj-$(CONFIG_ARM_CHARLCD) += arm-charlcd.o obj-$(CONFIG_PCH_PHUB) += pch_phub.o obj-y += ti-st/ obj-y += lis3lv02d/ -obj-y += carma/ obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/ obj-$(CONFIG_INTEL_MEI) += mei/ -- cgit v1.2.3-59-g8ed1b