]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm: remove unused memclear_highpage_flush()
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Thu, 7 Feb 2013 01:26:47 +0000 (12:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:39 +0000 (16:46 +1100)
Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/highmem.h

index ef788b5b4a3504b069818e33145b2b3e578235fb..7fb31da45d03bbb40f1840159fc646736c187fb3 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,