Skip to content

Commit 6ad0f2f

Browse files
YueHaibingliuw
authored andcommitted
Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()
Since commit 30fbee4 ("Staging: hv: vmbus: Get rid of the unused function vmbus_ontimer()") this is not used anymore, so can remove it. Signed-off-by: YueHaibing <[email protected]> Reviewed-by: Michael Kelley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Wei Liu <[email protected]>
1 parent 9e2d0c3 commit 6ad0f2f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/linux/hyperv.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,9 +1239,6 @@ extern int vmbus_recvpacket_raw(struct vmbus_channel *channel,
12391239
u32 *buffer_actual_len,
12401240
u64 *requestid);
12411241

1242-
1243-
extern void vmbus_ontimer(unsigned long data);
1244-
12451242
/* Base driver object */
12461243
struct hv_driver {
12471244
const char *name;

0 commit comments

Comments
 (0)