diff options
Diffstat (limited to 'arch/arm/mach-shmobile/pm-rmobile.h')
-rw-r--r-- | arch/arm/mach-shmobile/pm-rmobile.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-shmobile/pm-rmobile.h b/arch/arm/mach-shmobile/pm-rmobile.h index 690553a06887..8f66b343162b 100644 --- a/arch/arm/mach-shmobile/pm-rmobile.h +++ b/arch/arm/mach-shmobile/pm-rmobile.h | |||
@@ -36,7 +36,7 @@ struct pm_domain_device { | |||
36 | struct platform_device *pdev; | 36 | struct platform_device *pdev; |
37 | }; | 37 | }; |
38 | 38 | ||
39 | #ifdef CONFIG_PM | 39 | #ifdef CONFIG_PM_RMOBILE |
40 | extern void rmobile_init_domains(struct rmobile_pm_domain domains[], int num); | 40 | extern void rmobile_init_domains(struct rmobile_pm_domain domains[], int num); |
41 | extern void rmobile_add_device_to_domain_td(const char *domain_name, | 41 | extern void rmobile_add_device_to_domain_td(const char *domain_name, |
42 | struct platform_device *pdev, | 42 | struct platform_device *pdev, |
@@ -58,6 +58,6 @@ extern void rmobile_add_devices_to_domains(struct pm_domain_device data[], | |||
58 | 58 | ||
59 | static inline void rmobile_add_devices_to_domains(struct pm_domain_device d[], | 59 | static inline void rmobile_add_devices_to_domains(struct pm_domain_device d[], |
60 | int size) {} | 60 | int size) {} |
61 | #endif /* CONFIG_PM */ | 61 | #endif /* CONFIG_PM_RMOBILE */ |
62 | 62 | ||
63 | #endif /* PM_RMOBILE_H */ | 63 | #endif /* PM_RMOBILE_H */ |