Re: [PATCH] mshv: Move function prototypes to the generic header
From: Hamza Mahfooz
Date: Wed Dec 10 2025 - 16:54:17 EST
On Wed, Dec 10, 2025 at 09:46:24PM +0000, wei.liu@xxxxxxxxxx wrote:
> From: Wei Liu <wei.liu@xxxxxxxxxx>
>
> The same code is built on both x86 and ARM64 architectures. This fixes
> two missing prototype warnings when building on ARM64.
>
> This only eliminates the warnings. Making things work on ARM64 requires
> more work.
>
> Reported-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> Fixes: 615a6e7d83f9 ("mshv: Cleanly shutdown root partition with MSHV")
> Fixes: f0be2600ac55 ("mshv: Use reboot notifier to configure sleep state")
> Signed-off-by: Wei Liu <wei.liu@xxxxxxxxxx>
Reviewed-by: Hamza Mahfooz <hamzamahfooz@xxxxxxxxxxxxxxxxxxx>