aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Thelen <gthelen@google.com>2014-08-08 17:19:31 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-08 18:57:18 -0400
commit3cbb01871e22709fdd39478eca831de317df332f (patch)
tree72ba6ed6f8ccd3505c1992e4c2af9523d3c8fe84
parent9a3f4d85d58cb4e02e226f9be946d54c33eb715b (diff)
memcg: remove lookup_cgroup_page() prototype
Commit 6b208e3f6e35 ("mm: memcg: remove unused node/section info from pc->flags") deleted lookup_cgroup_page() but left a prototype for it. Kill the vestigial prototype. Signed-off-by: Greg Thelen <gthelen@google.com> Cc: Johannes Weiner <hannes@cmpxchg.org> Acked-by: Michal Hocko <mhocko@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--include/linux/page_cgroup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/page_cgroup.h b/include/linux/page_cgroup.h
index 9d9f540658f5..5c831f1eca79 100644
--- a/include/linux/page_cgroup.h
+++ b/include/linux/page_cgroup.h
@@ -40,7 +40,6 @@ static inline void page_cgroup_init(void)
40#endif 40#endif
41 41
42struct page_cgroup *lookup_page_cgroup(struct page *page); 42struct page_cgroup *lookup_page_cgroup(struct page *page);
43struct page *lookup_cgroup_page(struct page_cgroup *pc);
44 43
45static inline int PageCgroupUsed(struct page_cgroup *pc) 44static inline int PageCgroupUsed(struct page_cgroup *pc)
46{ 45{