git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077cbc5
)
mm: make init_section_page_cgroup() static
author
KOSAKI Motohiro
<kosaki.motohiro@jp.fujitsu.com>
Tue, 6 Jan 2009 22:39:43 +0000
(14:39 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 6 Jan 2009 23:59:04 +0000
(15:59 -0800)
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>
No differences found