diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 6aaebd16ba6d..08ccefa35267 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -778,6 +778,7 @@ typedef struct pglist_data { int kswapd_failures; /* Number of 'reclaimed == 0' runs */ + ANDROID_OEM_DATA(1); #ifdef CONFIG_COMPACTION int kcompactd_max_order; enum zone_type kcompactd_highest_zoneidx;