diff options
author | YueHaibing <yuehaibing@huawei.com> | 2023-07-25 17:21:08 +0300 |
---|---|---|
committer | Wei Liu <wei.liu@kernel.org> | 2023-08-03 02:29:08 +0300 |
commit | 6ad0f2f91ad14ba0a3c2990c054fd6fbe8100429 (patch) | |
tree | 783eff6a1826c67d5358c5d6f558795687afad91 /include | |
parent | 9e2d0c336524706fb327e9b87477f5f3337ad7a6 (diff) | |
download | linux-6ad0f2f91ad14ba0a3c2990c054fd6fbe8100429.tar.xz |
Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()
Since commit 30fbee49b071 ("Staging: hv: vmbus: Get rid of the unused function vmbus_ontimer()")
this is not used anymore, so can remove it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Link: https://lore.kernel.org/r/20230725142108.27280-1-yuehaibing@huawei.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hyperv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index bfbc37ce223b..3ac3974b3c78 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h @@ -1239,9 +1239,6 @@ extern int vmbus_recvpacket_raw(struct vmbus_channel *channel, u32 *buffer_actual_len, u64 *requestid); - -extern void vmbus_ontimer(unsigned long data); - /* Base driver object */ struct hv_driver { const char *name; |