diff --git a/include/linux/memcontrol.h b/include/linux/memcontrol.h index 82d28b052a9e..bfdf81dd9c6f 100644 --- a/include/linux/memcontrol.h +++ b/include/linux/memcontrol.h @@ -325,6 +325,8 @@ struct mem_cgroup { struct lru_gen_mm_list mm_list; #endif + ANDROID_OEM_DATA_ARRAY(1, 2); + struct mem_cgroup_per_node *nodeinfo[]; };