Skip to content

Commit 90ac806

Browse files
Rachel Mengeliuw
authored andcommitted
Drivers: hv: Remove deprecated hv_fcopy declarations
There are lingering hv_fcopy declarations which do not have definitions. The fcopy driver was removed in commit ec314f6 ("Drivers: hv: Remove fcopy driver"). Therefore, remove the hv_fcopy declarations which are no longer needed or defined. Fixes: ec314f6 ("Drivers: hv: Remove fcopy driver") Signed-off-by: Rachel Menge <rachelmenge@linux.microsoft.com> Reviewed-by: Dexuan Cui <decui@microsoft.com> Reviewed-by: Saurabh Sengar <ssengar@linux.microsoft.com> Link: https://lore.kernel.org/r/20240620225040.700563-1-rachelmenge@linux.microsoft.com Signed-off-by: Wei Liu <wei.liu@kernel.org> Message-ID: <20240620225040.700563-1-rachelmenge@linux.microsoft.com>
1 parent 831bcbc commit 90ac806

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

drivers/hv/hyperv_vmbus.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -380,12 +380,6 @@ void hv_vss_deinit(void);
380380
int hv_vss_pre_suspend(void);
381381
int hv_vss_pre_resume(void);
382382
void hv_vss_onchannelcallback(void *context);
383-
384-
int hv_fcopy_init(struct hv_util_service *srv);
385-
void hv_fcopy_deinit(void);
386-
int hv_fcopy_pre_suspend(void);
387-
int hv_fcopy_pre_resume(void);
388-
void hv_fcopy_onchannelcallback(void *context);
389383
void vmbus_initiate_unload(bool crash);
390384

391385
static inline void hv_poll_channel(struct vmbus_channel *channel,

0 commit comments

Comments
 (0)