diff options
Diffstat (limited to 'arch/sparc/lib/copy_in_user.S')
| -rw-r--r-- | arch/sparc/lib/copy_in_user.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/lib/copy_in_user.S b/arch/sparc/lib/copy_in_user.S index 302c0e60dc2c..482de093bdae 100644 --- a/arch/sparc/lib/copy_in_user.S +++ b/arch/sparc/lib/copy_in_user.S | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | #include <linux/linkage.h> | 6 | #include <linux/linkage.h> |
| 7 | #include <asm/asi.h> | 7 | #include <asm/asi.h> |
| 8 | #include <asm/export.h> | ||
| 8 | 9 | ||
| 9 | #define XCC xcc | 10 | #define XCC xcc |
| 10 | 11 | ||
| @@ -90,3 +91,4 @@ ENTRY(___copy_in_user) /* %o0=dst, %o1=src, %o2=len */ | |||
| 90 | retl | 91 | retl |
| 91 | clr %o0 | 92 | clr %o0 |
| 92 | ENDPROC(___copy_in_user) | 93 | ENDPROC(___copy_in_user) |
| 94 | EXPORT_SYMBOL(___copy_in_user) | ||
