diff options
Diffstat (limited to 'arch/ia64/lib/idiv32.S')
| -rw-r--r-- | arch/ia64/lib/idiv32.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ia64/lib/idiv32.S b/arch/ia64/lib/idiv32.S index c91b5b0129ff..715aed79a9ce 100644 --- a/arch/ia64/lib/idiv32.S +++ b/arch/ia64/lib/idiv32.S | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | */ | 15 | */ |
| 16 | 16 | ||
| 17 | #include <asm/asmmacro.h> | 17 | #include <asm/asmmacro.h> |
| 18 | #include <asm/export.h> | ||
| 18 | 19 | ||
| 19 | #ifdef MODULO | 20 | #ifdef MODULO |
| 20 | # define OP mod | 21 | # define OP mod |
| @@ -81,3 +82,4 @@ GLOBAL_ENTRY(NAME) | |||
| 81 | getf.sig r8 = f6 // transfer result to result register | 82 | getf.sig r8 = f6 // transfer result to result register |
| 82 | br.ret.sptk.many rp | 83 | br.ret.sptk.many rp |
| 83 | END(NAME) | 84 | END(NAME) |
| 85 | EXPORT_SYMBOL(NAME) | ||
