Merge "mm: memcontrol: fix a compile time error"

This commit is contained in:
Linux Build Service Account 2016-12-19 17:04:48 -08:00 committed by Gerrit - the friendly Code Review server
commit 0cbaa2e963

View file

@ -5271,7 +5271,6 @@ struct cgroup_subsys memory_cgrp_subsys = {
.css_reset = mem_cgroup_css_reset,
.can_attach = mem_cgroup_can_attach,
.cancel_attach = mem_cgroup_cancel_attach,
.attach = mem_cgroup_move_task,
.allow_attach = mem_cgroup_allow_attach,
.post_attach = mem_cgroup_move_task,
.bind = mem_cgroup_bind,