projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e2d0c3
)
Drivers: hv: vmbus: Remove unused extern declaration vmbus_ontimer()
author
YueHaibing
<yuehaibing@huawei.com>
Tue, 25 Jul 2023 14:21:08 +0000
(22:21 +0800)
committer
Wei Liu
<wei.liu@kernel.org>
Wed, 2 Aug 2023 23:29:08 +0000
(23:29 +0000)
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>
include/linux/hyperv.h
patch
|
blob
|
history
diff --git
a/include/linux/hyperv.h
b/include/linux/hyperv.h
index bfbc37ce223b03f3f138556104ec4fb871b57e28..3ac3974b3c7819053b07e7aa423d9153dfbbe186 100644
(file)
--- 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;