import PULS_20160108
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / arm / kernel / asm-offsets.c
index ee68cce6b48e4cfc5a65609b199b55ed6642594d..f821cee6a5ea90437e12bc9d2b087c6cf9c10ec6 100644 (file)
@@ -12,6 +12,7 @@
  */
 #include <linux/sched.h>
 #include <linux/mm.h>
+#include <linux/suspend.h>
 #include <linux/dma-mapping.h>
 #ifdef CONFIG_KVM_ARM_HOST
 #include <linux/kvm_host.h>
@@ -193,5 +194,8 @@ int main(void)
 #endif
   DEFINE(KVM_VTTBR,            offsetof(struct kvm, arch.vttbr));
 #endif
+  DEFINE(PBE_ADDRESS,     offsetof(struct pbe, address));
+  DEFINE(PBE_ORIG_ADDRESS,    offsetof(struct pbe, orig_address));
+  DEFINE(PBE_NEXT,        offsetof(struct pbe, next));
   return 0; 
 }