All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] asm-generic/hyperv: Add missing function prototypes per -W1 warnings
@ 2021-03-10 18:47 Michael Kelley
  2021-03-11 10:12 ` Wei Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Kelley @ 2021-03-10 18:47 UTC (permalink / raw)
  To: sthemmin, kys, wei.liu, arnd, linux-hyperv
  Cc: mikelley, linux-kernel, linux-arch

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>
---
 include/asm-generic/mshyperv.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/asm-generic/mshyperv.h b/include/asm-generic/mshyperv.h
index 69e7fe0..2d1b6cd 100644
--- 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);
-- 
1.8.3.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/1] asm-generic/hyperv: Add missing function prototypes per -W1 warnings
  2021-03-10 18:47 [PATCH 1/1] asm-generic/hyperv: Add missing function prototypes per -W1 warnings Michael Kelley
@ 2021-03-11 10:12 ` Wei Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Wei Liu @ 2021-03-11 10:12 UTC (permalink / raw)
  To: Michael Kelley
  Cc: sthemmin, kys, wei.liu, arnd, linux-hyperv, linux-kernel, linux-arch

On Wed, Mar 10, 2021 at 10:47:49AM -0800, Michael Kelley wrote:
> 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>

Applied to hyperv-next

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-11 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 18:47 [PATCH 1/1] asm-generic/hyperv: Add missing function prototypes per -W1 warnings Michael Kelley
2021-03-11 10:12 ` Wei Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.