diff options
-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) | |||
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | struct page_cgroup *lookup_page_cgroup(struct page *page); | 42 | struct page_cgroup *lookup_page_cgroup(struct page *page); |
43 | struct page *lookup_cgroup_page(struct page_cgroup *pc); | ||
44 | 43 | ||
45 | static inline int PageCgroupUsed(struct page_cgroup *pc) | 44 | static inline int PageCgroupUsed(struct page_cgroup *pc) |
46 | { | 45 | { |