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 <[email protected]> Reviewed-by: Dexuan Cui <[email protected]> Reviewed-by: Saurabh Sengar <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wei Liu <[email protected]> Message-ID: <[email protected]>
1 parent 831bcbc commit 90ac806

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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)