commit | feb166948876e2ff8f70b2da273b2a8e86957578 | [log] [tgz] |
---|---|---|
author | KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> | Tue Jan 06 14:39:43 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 06 15:59:04 2009 -0800 |
tree | 7d076f061531f42c9ca42f1565b7ce59fc30b4d6 | |
parent | 077cbc5864cd9188fa4c4e181e48ff58317e6400 [diff] |
mm: make init_section_page_cgroup() static Sparse output following warning. mm/page_cgroup.c:100:15: warning: symbol 'init_section_page_cgroup' was not declared. Should it be static? cleanup here. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>