]> git.baikalelectronics.ru Git - kernel.git/commit
arm, pm, vmpressure: add missing slab.h includes
authorTejun Heo <tj@kernel.org>
Tue, 28 Jan 2014 23:10:37 +0000 (18:10 -0500)
committerTejun Heo <tj@kernel.org>
Mon, 3 Feb 2014 18:24:01 +0000 (13:24 -0500)
commit0f21fe7f083dc498e8cb3b27df723477786f77f6
tree3ef9611bb58c311a439b1fcdd46329c265c07b5e
parent6333ef0a6d756a72c48035feae2450b64f0372e4
arm, pm, vmpressure: add missing slab.h includes

arch/arm/mach-tegra/pm.c, kernel/power/console.c and mm/vmpressure.c
were somehow getting slab.h indirectly through cgroup.h which in turn
was getting it indirectly through xattr.h.  A scheduled cgroup change
drops xattr.h inclusion from cgroup.h and breaks compilation of these
three files.  Add explicit slab.h includes to the three files.

A pending cgroup patch depends on this change and it'd be great if
this can be routed through cgroup/for-3.14-fixes branch.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: linux-tegra@vger.kernel.org
Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: linux-pm@vger.kernel.org
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Balbir Singh <bsingharora@gmail.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: cgroups@vger.kernel.org
arch/arm/mach-tegra/pm.c
kernel/power/console.c
mm/vmpressure.c