summaryrefslogtreecommitdiff
path: root/arch/sparc/lib/ashrdi3.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/lib/ashrdi3.S')
-rw-r--r--arch/sparc/lib/ashrdi3.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc/lib/ashrdi3.S b/arch/sparc/lib/ashrdi3.S
index 6eb8ba2dd50e..8fd0b311722f 100644
--- a/arch/sparc/lib/ashrdi3.S
+++ b/arch/sparc/lib/ashrdi3.S
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* ashrdi3.S: The filesystem code creates all kinds of references to
* this little routine on the sparc with gcc.
@@ -5,6 +6,7 @@
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
+#include <linux/export.h>
#include <linux/linkage.h>
.text
@@ -35,3 +37,4 @@ ENTRY(__ashrdi3)
jmpl %o7 + 8, %g0
nop
ENDPROC(__ashrdi3)
+EXPORT_SYMBOL(__ashrdi3)