diff options
Diffstat (limited to 'arch/ia64/lib/copy_user.S')
| -rw-r--r-- | arch/ia64/lib/copy_user.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/lib/copy_user.S b/arch/ia64/lib/copy_user.S index c952bdc6a093..66facd52e8d0 100644 --- a/arch/ia64/lib/copy_user.S +++ b/arch/ia64/lib/copy_user.S | |||
| @@ -30,6 +30,7 @@ | |||
| 30 | */ | 30 | */ |
| 31 | 31 | ||
| 32 | #include <asm/asmmacro.h> | 32 | #include <asm/asmmacro.h> |
| 33 | #include <asm/export.h> | ||
| 33 | 34 | ||
| 34 | // | 35 | // |
| 35 | // Tuneable parameters | 36 | // Tuneable parameters |
| @@ -608,3 +609,4 @@ GLOBAL_ENTRY(__copy_user) | |||
| 608 | mov ar.pfs=saved_pfs | 609 | mov ar.pfs=saved_pfs |
| 609 | br.ret.sptk.many rp | 610 | br.ret.sptk.many rp |
| 610 | END(__copy_user) | 611 | END(__copy_user) |
| 612 | EXPORT_SYMBOL(__copy_user) | ||
