Merge branch 'linus' into x86/header-guards
[firefly-linux-kernel-4.4.55.git] / include / asm-arm / arch-pxa / pm.h
index 6903db7fae154b15b5490e4ba2d8154a7690d869..261e5bc958db158739c6ad45bfcd8e36b1c8ae19 100644 (file)
@@ -7,8 +7,10 @@
  *
  */
 
+#include <linux/suspend.h>
+
 struct pxa_cpu_pm_fns {
-       int     save_size;
+       int     save_count;
        void    (*save)(unsigned long *);
        void    (*restore)(unsigned long *);
        int     (*valid)(suspend_state_t state);