summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/audmux-v2.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-03-24 17:06:43 +0900
committerTejun Heo <tj@kernel.org>2010-03-29 09:45:11 +0900
commitd103d3b3e8512312b5254950035366d4422a479a (patch)
tree49ab524071e00560a2652a2ea9bb539fbb33a988 /arch/arm/plat-mxc/audmux-v2.c
parent869d4cce05404996cc7969a9ffd1da27e65e6630 (diff)
percpu: don't implicitly include slab.h from percpu.h
percpu.h has always been including slab.h to get k[mz]alloc/free() for UP inline implementation. percpu.h being used by very low level headers including module.h and sched.h, this meant that a lot files unintentionally got slab.h inclusion. Lee Schermerhorn was trying to make topology.h use percpu.h and got bitten by this implicit inclusion. The right thing to do is break this ultimately unnecessary dependency. The previous patch added explicit inclusion of either gfp.h or slab.h to the source files using them. This patch updates percpu.h such that slab.h is no longer included from percpu.h. Signed-off-by: Tejun Heo <tj@kernel.org> Reviewed-by: Christoph Lameter <cl@linux-foundation.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Diffstat (limited to 'arch/arm/plat-mxc/audmux-v2.c')
0 files changed, 0 insertions, 0 deletions