diff options
author | Greg Thelen <gthelen@google.com> | 2014-08-08 14:19:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 15:57:18 -0700 |
commit | 3cbb01871e22709fdd39478eca831de317df332f (patch) | |
tree | 72ba6ed6f8ccd3505c1992e4c2af9523d3c8fe84 /include | |
parent | 9a3f4d85d58cb4e02e226f9be946d54c33eb715b (diff) | |
download | linux-stable-3cbb01871e22709fdd39478eca831de317df332f.tar.gz linux-stable-3cbb01871e22709fdd39478eca831de317df332f.tar.bz2 linux-stable-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.h | 1 |
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) { |