PM / shmobile: Remove the stay_on flag from SH7372's PM domains
[deliverable/linux.git] / arch / arm / mach-shmobile / include / mach / sh7372.h
index d0731d973f1fa05bc41ca695f13f08499b988d8c..8254ab86f6cd69439e80eb6e9313bee244134b54 100644 (file)
@@ -480,11 +480,10 @@ struct platform_device;
 struct sh7372_pm_domain {
        struct generic_pm_domain genpd;
        struct dev_power_governor *gov;
-       void (*suspend)(void);
+       int (*suspend)(void);
        void (*resume)(void);
        unsigned int bit_shift;
        bool no_debug;
-       bool stay_on;
 };
 
 static inline struct sh7372_pm_domain *to_sh7372_pd(struct generic_pm_domain *d)
This page took 0.024774 seconds and 5 git commands to generate.