Merge tag 'pwm/for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry...
[cascardo/linux.git] / include / linux / highmem.h
index ef788b5..7fb31da 100644 (file)
@@ -219,12 +219,6 @@ static inline void zero_user(struct page *page,
        zero_user_segments(page, start, start + size, 0, 0);
 }
 
-static inline void __deprecated memclear_highpage_flush(struct page *page,
-                       unsigned int offset, unsigned int size)
-{
-       zero_user(page, offset, size);
-}
-
 #ifndef __HAVE_ARCH_COPY_USER_HIGHPAGE
 
 static inline void copy_user_highpage(struct page *to, struct page *from,