diff --git a/include/linux/sched.h b/include/linux/sched.h index 1416653f3850..fb6d1768ec1a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1370,6 +1370,7 @@ struct task_struct { struct callback_head mce_kill_me; #endif ANDROID_VENDOR_DATA_ARRAY(1, 64); + ANDROID_OEM_DATA_ARRAY(1, 2); #ifdef CONFIG_KRETPROBES struct llist_head kretprobe_instances;