diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 1e87961286c9..2eb858b66b53 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h @@ -1265,6 +1265,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;