summaryrefslogtreecommitdiff
path: root/arch/sparc/lib/checksum_64.S
diff options
context:
space:
mode:
authorNagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com>2017-06-19 13:08:50 -0400
committerDavid S. Miller <davem@davemloft.net>2017-06-19 11:13:06 -0700
commitf5a651f1d5e524cab345250a783702fb6a3f14d6 (patch)
treec5b85ee17fcc6d70940393316a23045ab4c387e1 /arch/sparc/lib/checksum_64.S
parentd16c0649feb4fe4e814f44803df5a617769c3233 (diff)
Adding the type of exported symbols
Missing symbol type for few functions prevents genksyms from generating symbol versions for those functions. This patch fixes them. Signed-off-by: Nagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com> Reviewed-by: Babu Moger <babu.moger@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/lib/checksum_64.S')
-rw-r--r--arch/sparc/lib/checksum_64.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/lib/checksum_64.S b/arch/sparc/lib/checksum_64.S
index f6732174fe6b..6cfa521f444d 100644
--- a/arch/sparc/lib/checksum_64.S
+++ b/arch/sparc/lib/checksum_64.S
@@ -38,6 +38,7 @@ csum_partial_fix_alignment:
.align 32
.globl csum_partial
+ .type csum_partial,#function
EXPORT_SYMBOL(csum_partial)
csum_partial: /* %o0=buff, %o1=len, %o2=sum */
prefetch [%o0 + 0x000], #n_reads