diff options
author | Ashutosh Dixit <ashutosh.dixit@intel.com> | 2015-09-29 18:13:26 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-10-04 12:46:06 +0100 |
commit | 1da2b3eeef3667dbb92749f269e81757a6a79a16 (patch) | |
tree | 27e64b58ae320f1b75cbc7522b17ed1f16e568d0 /drivers/misc/mic/Makefile | |
parent | 7cb46d9bffd949244f4ac784c94f4caae1ac206c (diff) | |
download | talos-obmc-linux-1da2b3eeef3667dbb92749f269e81757a6a79a16.tar.gz talos-obmc-linux-1da2b3eeef3667dbb92749f269e81757a6a79a16.zip |
misc: mic: Remove COSM functionality from the MIC host driver
Since COSM functionality is now moved into a separate COSM driver
drivers, this patch removes this functionality from the base MIC host
driver. The MIC host driver now implements cosm_hw_ops and registers a
COSM device which allows the COSM driver to trigger
boot/shutdown/reset of the MIC devices via the cosm_hw_ops.
Reviewed-by: Nikhil Rao <nikhil.rao@intel.com>
Reviewed-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Dasaratharaman Chandramouli <dasaratharaman.chandramouli@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mic/Makefile')
-rw-r--r-- | drivers/misc/mic/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/misc/mic/Makefile b/drivers/misc/mic/Makefile index a74042c58649..a2e75f46fe4e 100644 --- a/drivers/misc/mic/Makefile +++ b/drivers/misc/mic/Makefile @@ -2,7 +2,5 @@ # Makefile - Intel MIC Linux driver. # Copyright(c) 2013, Intel Corporation. # -obj-$(CONFIG_INTEL_MIC_HOST) += host/ -obj-$(CONFIG_INTEL_MIC_CARD) += card/ obj-y += bus/ obj-$(CONFIG_SCIF) += scif/ |