diff options
| -rw-r--r-- | arch/mips/mm/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c index 4e73f10a7519..e205ef598e97 100644 --- a/arch/mips/mm/init.c +++ b/arch/mips/mm/init.c | |||
| @@ -254,6 +254,7 @@ void copy_from_user_page(struct vm_area_struct *vma, | |||
| 254 | SetPageDcacheDirty(page); | 254 | SetPageDcacheDirty(page); |
| 255 | } | 255 | } |
| 256 | } | 256 | } |
| 257 | EXPORT_SYMBOL_GPL(copy_from_user_page); | ||
| 257 | 258 | ||
| 258 | void __init fixrange_init(unsigned long start, unsigned long end, | 259 | void __init fixrange_init(unsigned long start, unsigned long end, |
| 259 | pgd_t *pgd_base) | 260 | pgd_t *pgd_base) |
