X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=kernel%2Farch%2Farm%2Fmach-mvebu%2Fcommon.h;h=6b775492cfadc07cb568fa77b5c753e0a06e76f0;hb=e09b41010ba33a20a87472ee821fa407a5b8da36;hp=3e0aca1f288aee526b9bb76c9538bb7040d1e076;hpb=f93b97fd65072de626c074dbe099a1fff05ce060;p=kvmfornfv.git diff --git a/kernel/arch/arm/mach-mvebu/common.h b/kernel/arch/arm/mach-mvebu/common.h index 3e0aca1f2..6b775492c 100644 --- a/kernel/arch/arm/mach-mvebu/common.h +++ b/kernel/arch/arm/mach-mvebu/common.h @@ -25,6 +25,6 @@ int mvebu_system_controller_get_soc_id(u32 *dev, u32 *rev); void __iomem *mvebu_get_scu_base(void); -int mvebu_pm_init(void (*board_pm_enter)(void __iomem *sdram_reg, u32 srcmd)); - +int mvebu_pm_suspend_init(void (*board_pm_enter)(void __iomem *sdram_reg, + u32 srcmd)); #endif