diff options
Diffstat (limited to 'arch/alpha/lib/ev6-copy_page.S')
| -rw-r--r-- | arch/alpha/lib/ev6-copy_page.S | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/alpha/lib/ev6-copy_page.S b/arch/alpha/lib/ev6-copy_page.S index b789db192754..36be5113b7b7 100644 --- a/arch/alpha/lib/ev6-copy_page.S +++ b/arch/alpha/lib/ev6-copy_page.S @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */ /* * arch/alpha/lib/ev6-copy_page.S * @@ -56,7 +57,7 @@ destination pages are in the dcache, but it is my guess that this is less important than the dcache miss case. */ - +#include <linux/export.h> .text .align 4 .global copy_page @@ -201,3 +202,4 @@ copy_page: nop .end copy_page + EXPORT_SYMBOL(copy_page) |
