From: Greg Thelen Date: Fri, 8 Aug 2014 21:19:31 +0000 (-0700) Subject: memcg: remove lookup_cgroup_page() prototype X-Git-Tag: v3.17-rc1~73^2~185 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3cbb01871e22709fdd39478eca831de317df332f;p=~emulex%2Finfiniband.git 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 Cc: Johannes Weiner Acked-by: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/page_cgroup.h b/include/linux/page_cgroup.h index 9d9f540658f..5c831f1eca7 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) {