--- zzzz-none-000/linux-3.10.107/arch/arm/vfp/vfpmodule.c 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/arch/arm/vfp/vfpmodule.c 2021-11-10 11:53:52.000000000 +0000 @@ -445,7 +445,7 @@ } #ifdef CONFIG_CPU_PM -static int vfp_pm_suspend(void) +int vfp_pm_suspend(void) { struct thread_info *ti = current_thread_info(); u32 fpexc = fmrx(FPEXC); @@ -471,7 +471,7 @@ return 0; } -static void vfp_pm_resume(void) +void vfp_pm_resume(void) { /* ensure we have access to the vfp */ vfp_enable(NULL);