projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec866be
)
asm-generic/hyperv: Add missing function prototypes per -W1 warnings
author
Michael Kelley
<mikelley@microsoft.com>
Wed, 10 Mar 2021 18:47:49 +0000
(10:47 -0800)
committer
Wei Liu
<wei.liu@kernel.org>
Thu, 11 Mar 2021 10:12:22 +0000
(10:12 +0000)
Add two function prototypes for -W1 warnings generated by the
kernel test robot.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Michael Kelley <mikelley@microsoft.com>
Link:
https://lore.kernel.org/r/1615402069-39462-1-git-send-email-mikelley@microsoft.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
include/asm-generic/mshyperv.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/mshyperv.h
b/include/asm-generic/mshyperv.h
index 69e7fe0254cf227e36f9270adf46758b8a534a86..2d1b6cd9f000afc2a3aa5efcd0c59f91ceb80b01 100644
(file)
--- a/
include/asm-generic/mshyperv.h
+++ b/
include/asm-generic/mshyperv.h
@@
-94,6
+94,8
@@
static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type)
void hv_setup_vmbus_handler(void (*handler)(void));
void hv_remove_vmbus_handler(void);
+void hv_setup_stimer0_handler(void (*handler)(void));
+void hv_remove_stimer0_handler(void);
void hv_setup_kexec_handler(void (*handler)(void));
void hv_remove_kexec_handler(void);