diff options
author | Saurabh Sengar <ssengar@linux.microsoft.com> | 2024-03-30 01:52:02 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-11 14:55:53 +0200 |
commit | ec314f61e4fc2d3dd6ea78aa18a5ac276eb1a8e3 (patch) | |
tree | 9af0f63ec954c5615a29ba8f2bdfa4d3f4e0bff0 /drivers/hv/Makefile | |
parent | 82b0945ce2c2d636d5e893ad50210875c929f257 (diff) | |
download | lwn-ec314f61e4fc2d3dd6ea78aa18a5ac276eb1a8e3.tar.gz lwn-ec314f61e4fc2d3dd6ea78aa18a5ac276eb1a8e3.zip |
Drivers: hv: Remove fcopy driver
As the new fcopy driver using uio is introduced, remove obsolete driver
and application.
Signed-off-by: Saurabh Sengar <ssengar@linux.microsoft.com>
Reviewed-by: Long Li <longli@microsoft.com>
Link: https://lore.kernel.org/r/1711788723-8593-7-git-send-email-ssengar@linux.microsoft.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv/Makefile')
-rw-r--r-- | drivers/hv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hv/Makefile b/drivers/hv/Makefile index d76df5c8c2a9..b992c0ed182b 100644 --- a/drivers/hv/Makefile +++ b/drivers/hv/Makefile @@ -10,7 +10,7 @@ hv_vmbus-y := vmbus_drv.o \ hv.o connection.o channel.o \ channel_mgmt.o ring_buffer.o hv_trace.o hv_vmbus-$(CONFIG_HYPERV_TESTING) += hv_debugfs.o -hv_utils-y := hv_util.o hv_kvp.o hv_snapshot.o hv_fcopy.o hv_utils_transport.o +hv_utils-y := hv_util.o hv_kvp.o hv_snapshot.o hv_utils_transport.o # Code that must be built-in obj-$(subst m,y,$(CONFIG_HYPERV)) += hv_common.o |