diff mbox

[RFC,6/6] ARM: shmobile: change to use platformbus_pm_runtime_init

Message ID 1395054917-27390-7-git-send-email-ben.dooks@codethink.co.uk (mailing list archive)
State RFC
Headers show

Commit Message

Ben Dooks March 17, 2014, 11:15 a.m. UTC
---
 arch/arm/mach-shmobile/include/mach/common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/arch/arm/mach-shmobile/include/mach/common.h b/arch/arm/mach-shmobile/include/mach/common.h
index 4727d4f..0ba234b 100644
--- a/arch/arm/mach-shmobile/include/mach/common.h
+++ b/arch/arm/mach-shmobile/include/mach/common.h
@@ -52,6 +52,6 @@  static inline void __init shmobile_init_late(void)
 	shmobile_cpuidle_init();
 }
 
-extern int sh_pm_runtime_init(void);
+#define sh_pm_runtime_init platformbus_pm_runtime_init
 
 #endif /* __ARCH_MACH_COMMON_H */