diff options
author | Rashika Kheria <rashika.kheria@gmail.com> | 2014-04-03 21:48:05 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-04-03 23:21:02 (GMT) |
commit | d20199e1f5930c4819e63bd21be240f317a53815 (patch) | |
tree | bce7002ac0550ed3f6c1b08e323c97a840018964 /Documentation/IRQ.txt | |
parent | 2eb2e141c018b768c88ff84eafa1279f11f2e248 (diff) | |
download | linux-d20199e1f5930c4819e63bd21be240f317a53815.tar.xz |
mm/page_cgroup.c: mark functions as static
Mark functions as static in page_cgroup.c because they are not used
outside this file.
This eliminates the following warning in mm/page_cgroup.c:
mm/page_cgroup.c:177:6: warning: no previous prototype for `__free_page_cgroup' [-Wmissing-prototypes]
mm/page_cgroup.c:190:15: warning: no previous prototype for `online_page_cgroup' [-Wmissing-prototypes]
mm/page_cgroup.c:225:15: warning: no previous prototype for `offline_page_cgroup' [-Wmissing-prototypes]
Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation/IRQ.txt')
0 files changed, 0 insertions, 0 deletions