diff options
Diffstat (limited to 'arch/sparc/lib/strncmp_64.S')
| -rw-r--r-- | arch/sparc/lib/strncmp_64.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/lib/strncmp_64.S b/arch/sparc/lib/strncmp_64.S index 0656627166f3..efb5f884330d 100644 --- a/arch/sparc/lib/strncmp_64.S +++ b/arch/sparc/lib/strncmp_64.S | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #include <linux/linkage.h> | 7 | #include <linux/linkage.h> |
| 8 | #include <asm/asi.h> | 8 | #include <asm/asi.h> |
| 9 | #include <asm/export.h> | ||
| 9 | 10 | ||
| 10 | .text | 11 | .text |
| 11 | ENTRY(strncmp) | 12 | ENTRY(strncmp) |
| @@ -28,3 +29,4 @@ ENTRY(strncmp) | |||
| 28 | retl | 29 | retl |
| 29 | clr %o0 | 30 | clr %o0 |
| 30 | ENDPROC(strncmp) | 31 | ENDPROC(strncmp) |
| 32 | EXPORT_SYMBOL(strncmp) | ||
