]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mm: remove unused memclear_highpage_flush()
authorKirill A. Shutemov <kirill.shutemov@linux.intel.com>
Wed, 20 Feb 2013 02:14:36 +0000 (13:14 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:52:44 +0000 (16:52 +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,