aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/memcontrol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index e37c44d88d46..02a7947608ad 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -4640,6 +4640,7 @@ static struct cftype mem_cgroup_files[] = {
4640 { 4640 {
4641 .name = "numa_stat", 4641 .name = "numa_stat",
4642 .open = mem_control_numa_stat_open, 4642 .open = mem_control_numa_stat_open,
4643 .mode = S_IRUGO,
4643 }, 4644 },
4644#endif 4645#endif
4645}; 4646};