]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
memcontrol: move mm_cgroup to header file
authorDavid Rientjes <rientjes@google.com>
Thu, 7 Feb 2008 08:14:03 +0000 (00:14 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 7 Feb 2008 16:42:19 +0000 (08:42 -0800)
commit3062fc67dad01b1d2a15d58c709eff946389eca4
tree521b26bda2f6b106c8b3747a88214eec5f24b998
parente1a1cd590e3fcb0d2e230128daf2337ea55387dc
memcontrol: move mm_cgroup to header file

Inline functions must preceed their use, so mm_cgroup() should be defined
in linux/memcontrol.h.

include/linux/memcontrol.h:48: warning: 'mm_cgroup' declared inline after
being called
include/linux/memcontrol.h:48: warning: previous declaration of
'mm_cgroup' was here

[akpm@linux-foundation.org: build fix]
[akpm@linux-foundation.org: nuther build fix]
Cc: Balbir Singh <balbir@linux.vnet.ibm.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/memcontrol.h
mm/memcontrol.c