diff options
Diffstat (limited to 'arch/ia64/lib/clear_user.S')
| -rw-r--r-- | arch/ia64/lib/clear_user.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/lib/clear_user.S b/arch/ia64/lib/clear_user.S index eecd8577b209..7b40731ee5d8 100644 --- a/arch/ia64/lib/clear_user.S +++ b/arch/ia64/lib/clear_user.S | |||
| @@ -12,6 +12,7 @@ | |||
| 12 | */ | 12 | */ |
| 13 | 13 | ||
| 14 | #include <asm/asmmacro.h> | 14 | #include <asm/asmmacro.h> |
| 15 | #include <asm/export.h> | ||
| 15 | 16 | ||
| 16 | // | 17 | // |
| 17 | // arguments | 18 | // arguments |
| @@ -207,3 +208,4 @@ GLOBAL_ENTRY(__do_clear_user) | |||
| 207 | mov ar.lc=saved_lc | 208 | mov ar.lc=saved_lc |
| 208 | br.ret.sptk.many rp | 209 | br.ret.sptk.many rp |
| 209 | END(__do_clear_user) | 210 | END(__do_clear_user) |
| 211 | EXPORT_SYMBOL(__do_clear_user) | ||
