From: Greg Thelen Date: Thu, 26 Jun 2014 00:42:40 +0000 (+1000) Subject: memcg: remove lookup_cgroup_page() prototype X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0d79be61b41ad06a1ae16d9d1bf2f7285074a9c6;p=karo-tx-linux.git memcg: remove lookup_cgroup_page() prototype 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 --- 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) {