ARC: export clear_user_page() for modules
[platform/kernel/linux-rpi.git] / arch / arc / mm / cache.c
index a2fbea3..102418a 100644 (file)
@@ -1123,7 +1123,7 @@ void clear_user_page(void *to, unsigned long u_vaddr, struct page *page)
        clear_page(to);
        clear_bit(PG_dc_clean, &page->flags);
 }
-
+EXPORT_SYMBOL(clear_user_page);
 
 /**********************************************************************
  * Explicit Cache flush request from user space via syscall