OSDN Git Service

misc: mic: Remove MIC X100 host virtio functionality
authorSudeep Dutt <sudeep.dutt@intel.com>
Mon, 8 Feb 2016 23:48:11 +0000 (15:48 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Feb 2016 01:32:37 +0000 (17:32 -0800)
commitef39830c35838696013a2f6c16f6728c4a9dcefd
treebd8a092e201d63149755d54bbbe3bfa7cf32597e
parent4ddbdbb90d2ec7d7db93c98936faf3dad75f479b
misc: mic: Remove MIC X100 host virtio functionality

This patch deletes the virtio functionality from the MIC X100 host
driver. A subsequent patch will re-enable this functionality by
consolidating the hardware independent logic in a new Virtio over PCIe
(VOP) driver.

Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mic/host/Makefile
drivers/misc/mic/host/mic_boot.c
drivers/misc/mic/host/mic_debugfs.c
drivers/misc/mic/host/mic_device.h
drivers/misc/mic/host/mic_fops.c [deleted file]
drivers/misc/mic/host/mic_fops.h [deleted file]
drivers/misc/mic/host/mic_main.c
drivers/misc/mic/host/mic_virtio.c [deleted file]
drivers/misc/mic/host/mic_virtio.h [deleted file]