aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include
diff options
context:
space:
mode:
authorGreg Thelen <gthelen@google.com>2014-08-08 14:19:31 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-08 15:57:18 -0700
commit3cbb01871e22709fdd39478eca831de317df332f (patch)
tree72ba6ed6f8ccd3505c1992e4c2af9523d3c8fe84 /include
parentpage-cgroup: get rid of NR_PCG_FLAGS (diff)
downloadwireguard-linux-3cbb01871e22709fdd39478eca831de317df332f.tar.xz
wireguard-linux-3cbb01871e22709fdd39478eca831de317df332f.zip
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>
Diffstat (limited to 'include')
-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)
#endif
struct page_cgroup *lookup_page_cgroup(struct page *page);
-struct page *lookup_cgroup_page(struct page_cgroup *pc);
static inline int PageCgroupUsed(struct page_cgroup *pc)
{